Initial project push.

This commit is contained in:
dan612
2026-01-15 09:50:55 -05:00
commit c4312feb95
226 changed files with 32233 additions and 0 deletions

10
templates/head.html Normal file
View File

@@ -0,0 +1,10 @@
<head>
<title>Origo</title>
<link rel="icon" type="image/png" href="../theme/images/favicon.png">
<link rel="stylesheet" href="../theme/style.css">
<script src="../theme/js/main.js" defer></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined" rel="stylesheet" />
</head>