basic pwa stuff
This commit is contained in:
@@ -6,6 +6,14 @@
|
||||
<meta name="description" content="now with 50% less unix requirement">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" href="./main.css">
|
||||
<link rel="manifest" href="./manifest.json">
|
||||
<meta name="apple-mobile-web-app-title" content="hisho">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||||
<link rel="apple-touch-icon" href="./icons/icon-512x512.png" />
|
||||
<link rel="apple-touch-icon" sizes="72x72" href="./icons/icon-72x72.png" />
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="./icons/icon-144x144.png" />
|
||||
<link rel="apple-touch-icon" sizes="152x152" href="./icons/icon-152x152.png" />
|
||||
<!-- <link rel="preload" href="./heonian-resources/wordlist.json" as="fetch"> this doesnt seem to do shit so /shrug -->
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user