aboutsummaryrefslogtreecommitdiff
path: root/webAO/index.html
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2022-03-09 19:16:36 +0100
committerstonedDiscord <Tukz@gmx.de>2022-03-09 19:16:36 +0100
commite375a416503b07aa89151e17241ca3606aec0b2b (patch)
tree046a274702cbdca71379959d1e245f2310d3b92e /webAO/index.html
parent38a05ca3bb8ab972327c938a7a58d4aa07572daf (diff)
parent679bc9be8b0459d298ac1ac3f3b7e61278c184d9 (diff)
Merge branch 'master' of https://github.com/AttorneyOnline/webAO
Diffstat (limited to 'webAO/index.html')
-rw-r--r--webAO/index.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/webAO/index.html b/webAO/index.html
index d3fc05f..c82cacf 100644
--- a/webAO/index.html
+++ b/webAO/index.html
@@ -26,6 +26,7 @@
content="default-src 'self' 'unsafe-inline' 'unsafe-eval' *.aceattorneyonline.com data:; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; font-src 'self' https://fonts.gstatic.com; connect-src 'self' ws:;">
<meta name="viewport" content="width=700, initial-scale=1">
+ <meta name="theme-color" content="#2c3d51">
<link href="https://fonts.googleapis.com/css?family=Poiret+One" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Oswald%7CRoboto+Condensed" rel="stylesheet">
@@ -35,6 +36,18 @@
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link rel="icon" href="images/favicon.ico">
<script src="master.b.js"></script>
+ <link rel="manifest" href="manifest.json">
+ <script>
+ if ('serviceWorker' in navigator) {
+ window.addEventListener('load', () => {
+ navigator.serviceWorker.register('../sw.js').then( () => {
+ console.log('Service Worker Registered')
+ })
+ })
+}
+ </script>
+
+
</head>
<body>