initial commit

This commit is contained in:
2025-06-25 10:06:01 -05:00
commit 4d669317c4
17 changed files with 706 additions and 0 deletions

15
templates/home.html Normal file
View File

@@ -0,0 +1,15 @@
<!doctype html>
<html lang="en">
<head>
<title>Home</title>
<link rel="stylesheet" href="/assets/css/main.css" />
<script src="/assets/js/main.js"></script>
</head>
<body>
<div id="pages">
<h2>Pages</h2>
<a href="view-all-icons">View Icons</a>
<a href="create-icon">Create Icons</a>
</div>
</body>
</html>