hub-site/index.html

16 lines
488 B
HTML
Raw Normal View History

2024-11-15 09:13:20 -08:00
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2024-11-15 20:36:25 -08:00
<title>Landing Tower</title>
<script src="https://kit.fontawesome.com/8ba170aa81.js" crossorigin="anonymous"></script>
2024-11-15 09:13:20 -08:00
</head>
<body>
2024-11-15 20:36:25 -08:00
<!-- The app will be rendered here. See src/App.vue -->
2024-11-15 09:13:20 -08:00
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>