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

20 lines
895 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<link rel="icon apple-touch-icon" type="image/png" sizes="128x128" href="/icon/128.png">
<link rel="icon" type="image/png" sizes="512x512" href="/icon/512.png">
<link rel="apple-touch-icon" type="image/png" sizes="512x512" href="/icon/512.png">
<link rel="apple-touch-startup-image" type="image/png" sizes="512x512" href="/icon/512.png">
<link rel="manifest" href="/manifest.json">
<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="/src/index.ts"></script>
</body>
</html>