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="icon" type="/img/x-icon" href="/img/favicon.ico" />
<link rel="stylesheet" href="/css/styles.css" /> <link rel="stylesheet" href="/css/styles.css" />
</head> </head>
<body> <body id="app">
<div id="app"></div>
<script type="module" src="/src/main.js"></script> <script type="module" src="/src/main.js"></script>
</body> </body>
</html> </html>