Skip to content

Commit

Permalink
added web manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
erikpersson0884 committed Mar 27, 2024
1 parent c0f7fda commit dd7fa3c
Show file tree
Hide file tree
Showing 115 changed files with 922 additions and 3 deletions.
11 changes: 8 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="A simple page to generate a pin template for EqualITs pinmaker">

<meta name="keywords" content="pin, template, generator, equalit, goken">
<meta name="author" content="Erik Persson">
<meta name="language" content="English">
<meta name="theme-color" content="#000000">


<title>pins</title>
<link rel="icon" href="images/pride-flag-by-goken.png" type="image/x-icon">

Expand All @@ -13,7 +18,7 @@
<script src="js/script.js" defer></script>
<script src="js/howto.js" defer></script>


<link rel="manifest" href="pwa/manifest.json">

</head>
<body>
Expand All @@ -39,7 +44,7 @@ <h1>HowTo pins</h1>
</div>

<div id="previewImageContainer">
<img id="previewImage" src="images/icons/image.svg">
<img id="previewImage" src="images/icons/image.svg" alt="Image preview of pin image">
</div>

<div id="controlDiv">
Expand Down
Binary file added pwa/android/android-launchericon-144-144.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pwa/android/android-launchericon-192-192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pwa/android/android-launchericon-48-48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pwa/android/android-launchericon-512-512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pwa/android/android-launchericon-72-72.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pwa/android/android-launchericon-96-96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit dd7fa3c

Please sign in to comment.