Files
Frontend/index.html

14 lines
352 B
HTML
Raw Permalink Normal View History

2026-01-16 10:43:42 +01:00
<!doctype html>
<html lang="de">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>bolt-link</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>