mirror of
https://github.com/hexahigh/games.git
synced 2025-12-11 20:15:38 +01:00
update
This commit is contained in:
parent
eb040988ba
commit
c2a2bcca4c
@ -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">
|
||||
|
||||
@ -1,3 +0,0 @@
|
||||
if ('serviceWorker' in navigator) {
|
||||
navigator.serviceWorker.register('scripts/sw2.js');
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user