2023-11-21 09:31:01 -05:00
|
|
|
<!doctype html>
|
2022-02-19 00:18:37 -05:00
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
2023-04-05 14:02:51 -04:00
|
|
|
<link rel="icon" href="favicon.ico" />
|
2022-02-19 00:18:37 -05:00
|
|
|
<link
|
|
|
|
rel="apple-touch-icon"
|
|
|
|
sizes="180x180"
|
2023-04-05 14:02:51 -04:00
|
|
|
href="apple-touch-icon.png?ver=2.0"
|
2022-02-19 00:18:37 -05:00
|
|
|
/>
|
2023-04-05 14:02:51 -04: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" />
|
|
|
|
<link rel="mask-icon" href="safari-pinned-tab.svg" color="#5bbad5" />
|
2022-02-19 00:18:37 -05: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-08 18:25:06 -04:00
|
|
|
<script type="module" crossorigin src="./assets/index.js"></script>
|
2023-11-21 05:08:34 -05:00
|
|
|
<link rel="stylesheet" crossorigin href="./assets/index.css">
|
2022-02-19 00:18:37 -05:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="app"></div>
|
|
|
|
</body>
|
|
|
|
</html>
|