Skip to content

Commit

Permalink
Update offline-use.html
Browse files Browse the repository at this point in the history
  • Loading branch information
slweeb committed Dec 3, 2023
1 parent 30aab89 commit 04e3ec7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions offline-use.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,15 @@
#content { font-family: Arial, Helvetica, sans-serif; font-size:1.5em; }
h2 { text-align: center; margin-bottom:0; margin-top:45px}
</style>
<script async src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script>
<script>
window.googletag = window.googletag || {cmd: []};
googletag.cmd.push(function() {
googletag.defineSlot('/23030676605/optima_slot300x250', [300, 250], 'div-gpt-ad-1701632379761-0').addService(googletag.pubads());
googletag.pubads().enableSingleRequest();
googletag.enableServices();
});
</script>
</head>

<body>
Expand All @@ -64,6 +73,13 @@ <h1><a href="https://sandboxels.R74n.com" class="backbutton">&lt;</a> Sandboxels
<li>After installing, Sandboxels can act like a standalone app on your computer without a Wi-Fi connection.</li>
</ol>

<!-- /23030676605/optima_slot300x250 -->
<div id='div-gpt-ad-1701632379761-0' style='min-width: 300px; min-height: 250px;'>
<script>
googletag.cmd.push(function() { googletag.display('div-gpt-ad-1701632379761-0'); });
</script>
</div>


</div>

Expand Down

0 comments on commit 04e3ec7

Please sign in to comment.