iceshrimp-161sh/packages/frontend/index.html

14 lines
362 B
HTML
Raw Normal View History

2023-12-08 20:22:16 +01:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
2023-12-15 18:16:09 +01:00
<link rel="icon" type="image/svg+xml" href="/../favicon.ico" />
2023-12-08 20:22:16 +01:00
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Iceshrimp</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>