This commit is contained in:
Boof 2023-03-17 09:36:33 +01:00 committed by GitHub
parent eb040988ba
commit c2a2bcca4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 6 deletions

View File

@ -14,13 +14,17 @@
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400&display=swap" rel="stylesheet">
<script src="https://hexahigh.github.io/cdn/js/min/jquery-3.6.3.min.js"></script>
<script src="scripts/secret.js"></script>
<script src="scripts/saveOffline.js"></script>
<script>
if ('serviceWorker' in navigator) {
navigator.serviceWorker.register('scripts/sw2.js');
}
</script>
</head>
<body id="bodyId">
<div id="iframeDiv" style="display: none; position:absolute; left: 0; right: 0; bottom: 0; top: 0px;">
<iframe sandbox="allow-scripts allow-popups allow-same-origin" width="100%" height="100%" loading="lazy" frameborder="0"
src="secret/index.html"></iframe>
<iframe sandbox="allow-scripts allow-popups allow-same-origin" width="100%" height="100%" loading="lazy"
frameborder="0" src="secret/index.html"></iframe>
</div>
<div id="websiteWrapper" class="wrapper">
<div class="container">

View File

@ -1,3 +0,0 @@
if ('serviceWorker' in navigator) {
navigator.serviceWorker.register('scripts/sw2.js');
}