Files
SpotMicroESP32-Leika/app/index.html
T
Rune Harlyk 22b54261f0 📏 Formats app code
2024-02-23 09:16:20 +01:00

16 lines
351 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,maximum-scale=1,user-scalable=no"
/>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>