mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-08-04 20:55:19 +02:00
Add basic PWA
This commit is contained in:
parent
e0fa62c1ea
commit
e9538b707f
3 changed files with 330 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
<meta charset="utf-8" />
|
||||
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link name="manifest" crossorigin="use-credentials" href="manifest.json" />
|
||||
%sveltekit.head%
|
||||
</head>
|
||||
<body data-sveltekit-preload-data="hover">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue