2019-07-19 16:07:26 +02:00
|
|
|
<!DOCTYPE html>
|
2021-04-17 19:42:38 +02:00
|
|
|
<!-- Do not modify this file directly -->
|
|
|
|
|
2019-07-19 16:07:26 +02:00
|
|
|
<html lang="en">
|
2021-04-03 10:08:28 +02:00
|
|
|
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
2021-06-23 13:33:42 +02:00
|
|
|
<link rel="icon" type="image/png" sizes="64x64" href="/web-icons/favicon-64x64.png">
|
|
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/web-icons/favicon-32x32.png">
|
2021-04-17 20:42:48 +02:00
|
|
|
<title>Dashy</title>
|
2021-04-03 10:08:28 +02:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<!-- Devices without JS enabled -->
|
|
|
|
<noscript>
|
2021-04-17 19:42:38 +02:00
|
|
|
<strong>Sorry, JavaScript is required to run this app 😥</strong>
|
2021-04-03 10:08:28 +02:00
|
|
|
</noscript>
|
|
|
|
|
|
|
|
<!-- built files will be auto injected -->
|
|
|
|
<div id="app"></div>
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|