Skip to content

Commit 1246ffb

Browse files
committed
custom cursor
1 parent a064e34 commit 1246ffb

File tree

7 files changed

+7488
-264
lines changed

7 files changed

+7488
-264
lines changed

index.html

+17-7
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,22 @@
3333
<title>Quize</title>
3434
</head>
3535
<body>
36-
37-
<link rel="preconnect" href="https://fonts.googleapis.com">
38-
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
39-
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap" rel="stylesheet">
40-
<div id="root"></div>
41-
<script type="module" src="/src/index.jsx"></script>
42-
<!--octagon.lhohq.info-->
36+
37+
<link rel="preconnect" href="https://fonts.googleapis.com">
38+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
39+
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap" rel="stylesheet">
40+
<link rel="stylesheet" href="https://unpkg.com/kursor/dist/kursor.css">
41+
<div id="root"></div>
42+
<script src="https://unpkg.com/kursor"></script>
43+
<script>
44+
new kursor({
45+
type: 4,
46+
removeDefaultCursor: true,
47+
color: "#FF0000"
48+
})
49+
</script>
50+
<script type="module" src="/src/index.jsx"></script>
51+
52+
<!--octagon.lhohq.info-->
4353
</body>
4454
</html>

0 commit comments

Comments
 (0)