feat: inject highlight_styles inline style block into web.html head section

This commit is contained in:
2025-01-31 12:45:41 +00:00
parent 37d28ca1d8
commit da859ca777
+2 -1
View File
@@ -4,6 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Snek</title>
<style>{{highlight_styles}}</style>
<script src="/media-upload.js"></script>
<script src="/html-frame.js"></script>
<script src="/schedule.js"></script>
@@ -59,4 +60,4 @@ let installPrompt = null
;
</script>
</body>
</html>
</html>