add base build system

This commit is contained in:
2025-04-13 18:27:06 +02:00
parent 66df99954e
commit ea1da4abd0
24 changed files with 596 additions and 52 deletions

7
components/en/head.html Normal file
View File

@@ -0,0 +1,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="darkred">
<link rel="icon" type="image/png" href="favicon.png">
<link href="icons.css" rel="stylesheet">
<link href="styles.css" rel="stylesheet">
<script src="theme.js"></script>