Add PWA support to webapp
This commit is contained in:
+14
-4
@@ -2,11 +2,16 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
|
||||
<title>Write to Inkclip</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
|
||||
<link rel="icon" href="/favicon.ico" sizes="48x48" />
|
||||
<link rel="icon" href="/favicon.svg" sizes="any" type="image/svg+xml" />
|
||||
<link rel="apple-touch-icon" href="/apple-touch-icon-180x180.png" sizes="180x180" />
|
||||
<link rel="mask-icon" href="/maskable-icon-512x512.png" color="#ffffff" />
|
||||
<meta name="theme-color" content="#afbabc" />
|
||||
|
||||
<meta name="author" content="daylily" />
|
||||
<meta name="generator" content="Vite & Svelte 5" />
|
||||
<meta
|
||||
name="description"
|
||||
content="Utility for writing images onto the “Inkclip” e-paper accessory."
|
||||
@@ -21,7 +26,12 @@
|
||||
/>
|
||||
<meta property="og:site_name" content="dayli.ly" />
|
||||
|
||||
<title>Write to Inkclip</title>
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta name="twitter:title" content="Write to Inkclip" />
|
||||
<meta
|
||||
name="twitter:description"
|
||||
content="Utility for writing images onto the “Inkclip” e-paper accessory."
|
||||
/>
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
||||
Reference in New Issue
Block a user