domino-client/index.html

14 lines
354 B
HTML
Raw Normal View History

2024-06-29 16:40:11 +02:00
<!doctype html>
<html lang="en" data-theme="dark">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>XXX App</title>
</head>
<body>
2024-07-25 16:29:14 +02:00
<div id="app"></div>
2024-06-29 16:40:11 +02:00
<script type="module" src="/src/main.ts"></script>
</body>
</html>