15 lines
488 B
HTML
Executable file
15 lines
488 B
HTML
Executable file
<!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">
|
|
<title>Landing Tower</title>
|
|
<script src="https://kit.fontawesome.com/8ba170aa81.js" crossorigin="anonymous"></script>
|
|
</head>
|
|
<body>
|
|
<!-- The app will be rendered here. See src/App.vue -->
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.ts"></script>
|
|
</body>
|
|
</html>
|