Tidied Vite react-ts template

This commit is contained in:
Kenan Alić
2025-09-23 16:28:12 +02:00
parent c840d6d3ff
commit 1be1600a1a
10 changed files with 34 additions and 240 deletions

View File

@@ -1,13 +1,23 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>web</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="Kenan Alić" />
<meta name="author" content="kalic@nabla.ba" />
<link rel="icon" href="data:," />
<title>Web</title>
</head>
<body>
<noscript>
This site requires JavaScript to operate. Please enable it in your
browser settings.
</noscript>
<div id="root"></div>
<script type="module" src="/src/vite-root.tsx"></script>
</body>
</html>