Files
chore-chart/views/app.ejs
Cory Sanin 054ff43229
All checks were successful
App Image CI / Build app image (push) Successful in 33s
NPM Audit Check / Check NPM audit (push) Successful in -2m7s
basic page content
2025-10-15 23:51:53 -05:00

17 lines
333 B
Plaintext

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<%- include("head", locals) %>
</head>
<body class="preload">
<div class="content">
<div id="approot">
</div>
</div>
<script nonce="<%= cspNonce %>" src="/assets/js/content.js" defer></script>
</body>
</html>