wanderhome-quiz-client/client/index.html

21 lines
942 B
HTML
Raw Normal View History

2022-08-25 10:35:21 +01:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
2022-09-01 15:31:35 +01:00
<link rel="apple-touch-icon" sizes="180x180" href="img/icons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="img/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="img/icons/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="img/icons/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#1e441e">
<meta name="msapplication-TileImage" content="img/icons/mstile-144x144.png">
<meta name="theme-color" content="#1e441e">
2022-08-25 10:35:21 +01:00
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Wanderhome Quiz | V.S.</title>
2022-08-25 10:35:21 +01:00
</head>
<body class="bg-lime-100 h-screen">
<div class="bg-lime-100" id="app"></div>
2022-08-25 10:35:21 +01:00
<script type="module" src="/src/main.js"></script>
</body>
</html>