remove div (try to use div sparsely

This commit is contained in:
2025-11-26 14:06:19 +00:00
parent ecf32e41c2
commit e176163cbd

View File

@@ -7,8 +7,7 @@
<link rel="icon" type="/img/x-icon" href="/img/favicon.ico" />
<link rel="stylesheet" href="/css/styles.css" />
</head>
<body>
<div id="app"></div>
<body id="app">
<script type="module" src="/src/main.js"></script>
</body>
</html>