Skip to content

Commit

Permalink
Update sub.html
Browse files Browse the repository at this point in the history
  • Loading branch information
akurilov authored May 30, 2024
1 parent 84c8d27 commit bceef46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web/sub.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,16 @@
<title>Awakari</title>

<link href="tailwind.output.css" rel="stylesheet">
<link href="style.css" rel="stylesheet">
<link href="style.css?v=1" rel="stylesheet">

<script src="auth.js"></script>
<script src="auth.js?v=1"></script>
<script src="api/response.js"></script>
<script src="api/events.js"></script>
<script src="intcomm.js"></script>
<script src="api/subscriptions.js"></script>
<script src="api/usage.js"></script>
<script src="api/limits.js"></script>
<script src="sub.js"></script>
<script src="sub.js?v=1"></script>
<script>
navigator.serviceWorker.register("sw.js");
</script>
Expand Down

0 comments on commit bceef46

Please sign in to comment.