Skip to content

Commit

Permalink
Update inbounds.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Mhadi-1382 committed Jan 28, 2024
1 parent d3d66cb commit e800b79
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion inbounds.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@

<!-- TITLE -->
<title>Inbounds - WarpProxy</title>

<!-- SCRIPT -->
if ('serviceWorker' in navigator) {
window.addEventListener('load', () => {
navigator.serviceWorker.register('service-worker.js');
});
}
</head>
<body>

Expand Down Expand Up @@ -393,4 +400,4 @@ <h5>Number Of Inbounds: </h5><span class="badge badge-green" style="margin-left:
<script src="js/charts/scripts.js"></script>

</body>
</html>
</html>

0 comments on commit e800b79

Please sign in to comment.