-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
07ccc5d
commit 235aea7
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,9 +16,21 @@ | |
<meta property="og:description" content="Premium tools by Rishab."> | ||
<meta property="og:type" content="website"> | ||
<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> | ||
new kursor({ | ||
type: 1 | ||
}) | ||
</script> | ||
<link rel="shortcut icon" href="/icons/icon_64.png"> | ||
<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="stylesheet" href="./css/main.css" /> | ||
<link rel="stylesheet" href="./css/hyper.css" /> | ||
</head> | ||
|