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">
|
|
|
|
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
2021-04-17 19:42:38 +02:00
|
|
|
<title>Dashie</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>
|