Draft of constructor to merge ./media files into a single HTML string object. 'theme.css' is also scanned to apply future styling. The next focus is a request handler which serves this content.

This commit is contained in:
2026-05-29 11:43:24 +01:00
commit 4af56f8cd8
18 changed files with 112 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html>
<head>
<style>
<!-- THEME -->
</style>
</head>
<body>
<div class="core">
<!-- ABSTRACT -->
<!-- CONTENT -->
<!-- FOOTER -->
</div>
</body>
</html>