Files
keepr/keepr.client/index.html
T

24 lines
598 B
HTML
Raw Normal View History

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" />
<link rel="icon" href="src/assets/img/letter-k.png" />
2022-07-31 12:33:10 -06:00
<title>
Keepr
2022-07-31 12:33:10 -06:00
</title>
</head>
<body>
<noscript>
<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>