mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
add web manifest
This commit is contained in:
parent
bcdffca14e
commit
9afe76f01a
9 changed files with 46 additions and 2 deletions
|
|
@ -11,9 +11,11 @@
|
|||
<meta property="og:title" content="Azgaar's Fantasy Map Generator" />
|
||||
<meta property="og:description" content="Web application generating interactive and customizable maps" />
|
||||
<meta property="og:image" content="images/preview.png" />
|
||||
<link rel="icon" type="image/png" href="images/favicon-32x32.png" sizes="32x32" />
|
||||
<link rel="icon" type="image/png" href="images/favicon-16x16.png" sizes="16x16" />
|
||||
<link rel="icon" type="image/png" href="images/icons/favicon-32x32.png" sizes="32x32" />
|
||||
<link rel="icon" type="image/png" href="images/icons/favicon-16x16.png" sizes="16x16" />
|
||||
<link rel="apple-touch-icon" href="images/icons/maskable_icon_x192" />
|
||||
<link rel="canonical" href="https://azgaar.github.io/Fantasy-Map-Generator/" />
|
||||
<link rel="manifest" href="manifest.webmanifest" />
|
||||
|
||||
<!-- inline css for loading screen -->
|
||||
<style type="text/css">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue