Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
RISHAB-CREATOR authored Jan 20, 2024
1 parent 0857b74 commit 0cba89e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tools/Android/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
<meta name="robots" content="index, follow">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/kursors.js"></script>
<script src="https://cdn.jsdelivr.net/npm/pace-js@latest/pace.min.js"></script>
<script src="./js/nocheats.js"></script>
<script src="./js/smoothscroll.js"></script>
<script src="./js/jquery.js"></script>
<script src="../js/nocheats.js"></script>
<script src="../js/smoothscroll.js"></script>
<script src="../js/jquery.js"></script>
<script>
new kursor({
type: 1
Expand All @@ -30,7 +30,7 @@
<link rel="icon" href="/icons/favicon.ico" type="image/x-icon" />
<link rel="apple-touch-icon" href="/icons/apple-touch-icon.png">
<link rel="stylesheet" href="https://unpkg.com/kursor/dist/kursor.css">
<link rel="preload stylesheet" href="./css/flash.css" as="style">
<link rel="preload stylesheet" href="../css/flash.css" as="style">
<link rel="stylesheet" href="./css/main.css" />
<link rel="stylesheet" href="./css/hyper.css" />
</head>
Expand Down

0 comments on commit 0cba89e

Please sign in to comment.