refactor: reorganize project structure and update import paths

This commit is contained in:
Michael Czechowski
2025-05-13 20:29:59 +02:00
parent 26ac9c57f2
commit 94bd7ba0cb
12 changed files with 22 additions and 36 deletions

View File

@@ -5,7 +5,7 @@
<link rel="icon" href="./public/favicon.ico" type="image/x-icon">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CODE CRISPIES - Learn CSS Interactively</title>
<link rel="stylesheet" href="./styles/main.css">
<link rel="stylesheet" href="main.css">
</head>
<body>
<div class="app-container">
@@ -85,6 +85,6 @@
</div>
</div>
<script type="module" src="./js/app.js"></script>
<script type="module" src="app.js"></script>
</body>
</html>