-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
56 lines (49 loc) · 2.17 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CursorBot-V1</title>
<link rel="icon" type="image/x-icon" href="up-left-arrow_4510815.png ">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="try.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<script src="https://www.gstatic.com/firebasejs/9.0.0/firebase-app-compat.js"></script>
<script src="https://www.gstatic.com/firebasejs/9.0.0/firebase-database-compat.js"></script>
<script src="Stats.js" defer></script>
</head>
<body>
<div class="counter-container">
<div class="counter">
<p>Visitor Count: <span id="visitorCount">0</span></p>
</div>
<div class="like-container">
<button id="likeButton"><i class="fa-solid fa-heart" style="color: #f70808;"></i></button>
<p>Likes: <span id="likeCount">0</span></p>
</div>
</div>
<div class="word custom-heading">
<span>W</span>
<span>E</span>
<span>L</span>
<span>C</span>
<span>O</span>
<span>M</span>
<span>E </span>
</div>
<div class="canvas-container">
<spline-viewer loading-anim-type="none"
url="https://prod.spline.design/rHVx2C9FdPziQnpX/scene.splinecode"></spline-viewer>
<!-- <spline-viewer url="https://prod.spline.design/1Pw6JwiDnCMmI3Rt/scene.splinecode"></spline-viewer> -->
<!-- <h1 class="custom-heading">Hi boss!</h1> -->
<a href="index2.html"><div id="version-button">V2</div></a>
<footer>
<p>Created with <i class="fa-solid fa-heart" style="color: #f70808;"></i></i> by <a target="_blank"
href="https://github.com/ahmarcode/">@ahmarcode</a></p>
</footer>
</div>
</body>
<script type="module" src="https://unpkg.com/@splinetool/[email protected]/build/spline-viewer.js"></script>
<!-- <script type="module" src="https://unpkg.com/@splinetool/[email protected]/build/spline-viewer.js"></script> -->
<script src="title-animation.js"></script>
</html>