Initial commit

This commit is contained in:
2025-12-06 13:55:40 -06:00
commit f77b5e3a87
18 changed files with 4251 additions and 0 deletions

18
dev/web/index.html Normal file
View File

@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://icofonts.com/icofonts.css">
<link rel="stylesheet" href="style.css">
<title>Document</title>
</head>
<body class="theme">
<h1>Hello World! <span class="icon-earth"></span></h1>
<script src="app.js"></script>
</body>
</html>