minor html changes
All checks were successful
App Image CI / Build app image (push) Successful in 35s
NPM Audit Check / Check NPM audit (push) Successful in -2m9s

This commit is contained in:
2025-10-15 00:12:39 -05:00
parent 893eb6f801
commit f653af501f
3 changed files with 5 additions and 16 deletions

14
views/app.ejs Normal file
View File

@@ -0,0 +1,14 @@
<!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>