Skip to content

Commit

Permalink
frgrg
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Doomsday committed Mar 7, 2024
1 parent 775f2e1 commit 5bd05d0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion chat.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,11 @@
<center>



<center>
<div id="HCB_comment_box"><a href="http://www.htmlcommentbox.com">Comment Box</a> is loading comments...</div>
<link rel="stylesheet" type="text/css" href="https://www.htmlcommentbox.com/static/skins/bootstrap/twitter-bootstrap.css?v=0" />
<script type="text/javascript" id="hcb"> if(!window.hcb_user){hcb_user={};} (function(){var s=document.createElement("script"), l=hcb_user.PAGE || (""+window.location).replace(/'/g,"%27"), h="https://www.htmlcommentbox.com";s.setAttribute("type","text/javascript");s.setAttribute("src", h+"/jread?page="+encodeURIComponent(l).replace("+","%2B")+"&opts=16798&num=10&ts=1698158397065");if (typeof s!="undefined") document.getElementsByTagName("head")[0].appendChild(s);})(); </script>
</center>


<!-- <div class="alert">
Expand Down
2 changes: 1 addition & 1 deletion sw.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var CACHE_NAME = 'version21'; // bump this version when you make changes.
var CACHE_NAME = 'version22'; // bump this version when you make changes.
// Put all your urls that you want to cache in this array
var urlsToCache = [
'index.html',
Expand Down

0 comments on commit 5bd05d0

Please sign in to comment.