add favicon

This commit is contained in:
2021-05-22 16:09:04 +02:00
parent 35968e62c1
commit a23b9ab6b9
9 changed files with 7 additions and 3 deletions

5
README
View File

@@ -1,5 +1,5 @@
This is the PMT version of J. Hobbs' HTML5-bingo. This is a customized version of J. Hobbs' HTML5-bingo.
Geared towards the swiss PMT initiative. Geared towards the swiss anti terror initiative.
Original Readme: Original Readme:
@@ -22,4 +22,3 @@ WHAT IT IS:
HOW TO USE: HOW TO USE:
All data is kept in the "data.js" file. Customize the .json in the data.js file to change the language on the board. All data is kept in the "data.js" file. Customize the .json in the data.js file to change the language on the board.

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

BIN
img/apple-touch-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

BIN
img/favicon-16x16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 595 B

BIN
img/favicon-32x32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
img/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

1
img/site.webmanifest Normal file
View File

@@ -0,0 +1 @@
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}

View File

@@ -5,6 +5,10 @@
<title>#PMTNein</title> <title>#PMTNein</title>
<meta name="viewport" width=device-width"> <meta name="viewport" width=device-width">
<link href="css/style.css" rel="stylesheet" type="text/css"> <link href="css/style.css" rel="stylesheet" type="text/css">
<link rel="apple-touch-icon" sizes="180x180" href="img/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="img/favicon-16x16.png">
<link rel="manifest" href="img/site.webmanifest">
<script src="js/jquery.js" type="text/javascript"></script> <script src="js/jquery.js" type="text/javascript"></script>
<script src="js/jquery.tappable.js" type="text/javascript"></script> <script src="js/jquery.tappable.js" type="text/javascript"></script>
<script src="js/data.js" type="text/javascript"></script> <script src="js/data.js" type="text/javascript"></script>