feat(Website) Added offline mode, updated images
|
Before Width: | Height: | Size: 62 KiB After Width: | Height: | Size: 123 KiB |
|
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 22 KiB |
|
Before Width: | Height: | Size: 6.2 KiB After Width: | Height: | Size: 58 KiB |
|
Before Width: | Height: | Size: 50 KiB After Width: | Height: | Size: 666 KiB |
|
Before Width: | Height: | Size: 59 KiB After Width: | Height: | Size: 660 KiB |
|
Before Width: | Height: | Size: 258 KiB After Width: | Height: | Size: 2.8 MiB |
|
Before Width: | Height: | Size: 150 KiB After Width: | Height: | Size: 2.6 MiB |
@@ -11,6 +11,9 @@
|
||||
<link href="https://use.fontawesome.com/releases/v5.15.4/css/all.css" rel="stylesheet">
|
||||
<link href="css/app.css" rel="stylesheet"/>
|
||||
<link href="IGP.styles.css" rel="stylesheet"/>
|
||||
|
||||
<link href="manifest.json" rel="manifest" />
|
||||
<link rel="apple-touch-icon" sizes="512x512" href="icon-512.png" />
|
||||
</head>
|
||||
|
||||
<body style="background-color: #161618; color: white;">
|
||||
@@ -33,6 +36,7 @@
|
||||
applicationCulture: 'en-US'
|
||||
});
|
||||
</script>
|
||||
<script>navigator.serviceWorker.register('service-worker.js');</script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||