Files
chore-chart/views/app.ejs
Cory Sanin f653af501f
All checks were successful
App Image CI / Build app image (push) Successful in 35s
NPM Audit Check / Check NPM audit (push) Successful in -2m9s
minor html changes
2025-10-15 00:12:39 -05:00

15 lines
307 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">
<h1>Hello World</h1>
</div>
<script nonce="<%= cspNonce %>" src="/assets/js/content.js" defer></script>
</body>
</html>