diff --git a/android-chrome-192x192.png b/android-chrome-192x192.png new file mode 100644 index 0000000..2b21447 Binary files /dev/null and b/android-chrome-192x192.png differ diff --git a/android-chrome-512x512.png b/android-chrome-512x512.png new file mode 100644 index 0000000..e2fe63f Binary files /dev/null and b/android-chrome-512x512.png differ diff --git a/apple-touch-icon.png b/apple-touch-icon.png new file mode 100644 index 0000000..e86607b Binary files /dev/null and b/apple-touch-icon.png differ diff --git a/favicon-16x16.png b/favicon-16x16.png new file mode 100644 index 0000000..76a1b8f Binary files /dev/null and b/favicon-16x16.png differ diff --git a/favicon-32x32.png b/favicon-32x32.png new file mode 100644 index 0000000..42e35a0 Binary files /dev/null and b/favicon-32x32.png differ diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..6b30a34 Binary files /dev/null and b/favicon.ico differ diff --git a/index.html b/index.html index b059cfb..6046d04 100644 --- a/index.html +++ b/index.html @@ -1,20 +1,27 @@ - IHOTT - Intergalactic House of Time Travellers + + IHOTT - Intergalactic House of Time Travelers + + + + + + diff --git a/site.webmanifest b/site.webmanifest new file mode 100644 index 0000000..45dc8a2 --- /dev/null +++ b/site.webmanifest @@ -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"} \ No newline at end of file diff --git a/style.css b/style.css index 0efa66e..5ecb86e 100644 --- a/style.css +++ b/style.css @@ -1,7 +1,7 @@ html, body { /* margin: 0; */ /*background-color: #1d1e22;*/ - font-family: 'Raleway Dots', sans-serif; + font-family: 'Helvetica', sans-serif; } nav { opacity:0;