Felix Dürrwald a49790179d Initial commit
2024-06-19 14:40:41 +02:00

16 lines
383 B
HTML

<!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>Vite App</title>
</head>
<body>
<div id="app">
<h1>Hello Vite!</h1>
</div>
<script type="module" src="/main.js"></script>
</body>
</html>