Stream-UI/frontend/index.html
2023-10-10 17:30:08 +02:00

13 lines
339 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/mountain.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Everest Stream UI</title>
</head>
<body>
<script type="module" src="/src/main.ts"></script>
</body>
</html>