fix
Some checks failed
Deploy / deploy (build, debian, 22) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822) (push) Has been cancelled

This commit is contained in:
2026-03-18 18:06:39 +08:00
parent 3c6b616d81
commit dd52e3e1f9
4 changed files with 88 additions and 5 deletions

View File

@@ -25,11 +25,11 @@ async function init() {
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>${submission.css}</style>
<link rel="stylesheet" href="/normalize.min.css" />
<script src="/jquery.min.js"><\/script>
<script src="/tailwindcss.min.js"><\/script>
</head>
<body>
${submission.html}
<script type="module">${submission.js}<\/script>
<script>${submission.js}<\/script>
</body>
</html>`)
doc.close()