2023-11-21 16:09:36 +00:00
|
|
|
<!doctype html>
|
2022-02-19 06:18:37 +01:00
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
2023-04-05 20:02:51 +02:00
|
|
|
<link rel="icon" href="favicon.ico" />
|
2022-02-19 06:18:37 +01:00
|
|
|
<link
|
|
|
|
rel="apple-touch-icon"
|
|
|
|
sizes="180x180"
|
2023-04-05 20:02:51 +02:00
|
|
|
href="apple-touch-icon.png?ver=2.0"
|
2022-02-19 06:18:37 +01:00
|
|
|
/>
|
2023-04-05 20:02:51 +02:00
|
|
|
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png" />
|
|
|
|
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png" />
|
|
|
|
<link rel="manifest" href="site.webmanifest" />
|
2023-12-31 12:26:18 +00:00
|
|
|
<link rel="mask-icon" href="safari-pinned-tab.svg" color="#00d1b2" />
|
2022-02-19 06:18:37 +01:00
|
|
|
<meta name="msapplication-TileColor" content="#da532c" />
|
|
|
|
<meta name="theme-color" content="#ffffff" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<title>OwnTone</title>
|
2023-07-09 00:25:06 +02:00
|
|
|
<script type="module" crossorigin src="./assets/index.js"></script>
|
2023-11-21 16:05:30 +00:00
|
|
|
<link rel="stylesheet" crossorigin href="./assets/index.css">
|
2022-02-19 06:18:37 +01:00
|
|
|
</head>
|
2023-11-29 10:20:41 +00:00
|
|
|
<body class="has-navbar-fixed-top has-navbar-fixed-bottom">
|
2022-02-19 06:18:37 +01:00
|
|
|
<div id="app"></div>
|
|
|
|
</body>
|
|
|
|
</html>
|