1
0
Fork 0
mirror of https://github.com/Findus23/HNReader.git synced 2024-09-19 15:23:44 +02:00
HNReader/web/public/index.html

17 lines
580 B
HTML
Raw Normal View History

2021-04-08 22:29:27 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
2021-04-09 17:40:24 +02:00
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<!-- <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">-->
2021-04-08 22:29:27 +02:00
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Snowpack App</title>
</head>
<body>
<div id="app"></div>
<noscript>You need to enable JavaScript to run this app.</noscript>
<script type="module" src="/dist/index.js"></script>
</body>
</html>