basic template, add fonts, add theme script

This commit is contained in:
Russell2259
2023-05-01 19:59:35 -06:00
parent 55ce130b34
commit 1f5ba3192a
30 changed files with 264 additions and 30 deletions
+25 -1
View File
@@ -1 +1,25 @@
apps
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/assets/css/main.css">
<title>Apps | Polaris</title>
</head>
<body>
<div>
<a href="/">Home</a>
<a href="/games">Games</a>
<a href="/apps">Apps</a>
<a href="/search">Search</a>
<a href="#settings">Settings</a>
</div>
<script src="/assets/js/main.js" type="module"></script>
</body>
</html>