2022-07-31 12:33:10 -06:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
|
|
<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" />
|
2022-08-04 10:38:52 -06:00
|
|
|
<link rel="icon" href="src/assets/img/letter-k.png" />
|
2022-07-31 12:33:10 -06:00
|
|
|
<title>
|
2022-08-04 10:38:52 -06:00
|
|
|
Keepr
|
2022-07-31 12:33:10 -06:00
|
|
|
</title>
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
<noscript>
|
2022-08-04 10:38:52 -06:00
|
|
|
<strong>We're sorry but Keepr doesn't work properly without JavaScript
|
2022-07-31 12:33:10 -06:00
|
|
|
enabled. Please enable it to continue.</strong>
|
|
|
|
|
</noscript>
|
|
|
|
|
<div id="app"></div>
|
|
|
|
|
<!-- built files will be auto injected -->
|
|
|
|
|
<script type="module" src="./src/main.js"></script>
|
|
|
|
|
</body>
|
|
|
|
|
|
|
|
|
|
</html>
|