add favicon
This commit is contained in:
5
README
5
README
@@ -1,5 +1,5 @@
|
||||
This is the PMT version of J. Hobbs' HTML5-bingo.
|
||||
Geared towards the swiss PMT initiative.
|
||||
This is a customized version of J. Hobbs' HTML5-bingo.
|
||||
Geared towards the swiss anti terror initiative.
|
||||
|
||||
Original Readme:
|
||||
|
||||
@@ -22,4 +22,3 @@ WHAT IT IS:
|
||||
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.
|
||||
|
||||
|
||||
BIN
img/android-chrome-192x192.png
Normal file
BIN
img/android-chrome-192x192.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.7 KiB |
BIN
img/android-chrome-512x512.png
Normal file
BIN
img/android-chrome-512x512.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 30 KiB |
BIN
img/apple-touch-icon.png
Normal file
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
BIN
img/favicon-16x16.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 595 B |
BIN
img/favicon-32x32.png
Normal file
BIN
img/favicon-32x32.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.2 KiB |
BIN
img/favicon.ico
Normal file
BIN
img/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
1
img/site.webmanifest
Normal file
1
img/site.webmanifest
Normal 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"}
|
||||
@@ -5,6 +5,10 @@
|
||||
<title>#PMTNein</title>
|
||||
<meta name="viewport" width=device-width">
|
||||
<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.tappable.js" type="text/javascript"></script>
|
||||
<script src="js/data.js" type="text/javascript"></script>
|
||||
|
||||
Reference in New Issue
Block a user