-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (30 loc) · 1.54 KB
/
index.html
File metadata and controls
40 lines (30 loc) · 1.54 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--=============== CSS ===============-->
<link rel="stylesheet" href="assets/css/styles.css">
<link rel="shortcut icon" href="reactiv console/assets/img/favicon.png" type="image/x-icon">
<title>reactiv - The Belief In The Limitless</title>
</head>
<body>
<a href="javascript:void" onclick="onBtnClickHandle()" class="button">
<span class="button__text">
be reactiv
</span>
<!-- clockwise counting of 3d elements -->
<img src="https://em-content.zobj.net/source/microsoft-teams/337/trophy_1f3c6.png" alt="" class="button__1">
<img src="https://em-content.zobj.net/source/microsoft-teams/337/direct-hit_1f3af.png" alt="" class="button__2">
<img src="https://em-content.zobj.net/source/microsoft-teams/337/fire_1f525.png" alt="" class="button__3">
<img src="https://em-content.zobj.net/source/microsoft-teams/337/flexed-biceps_medium-skin-tone_1f4aa-1f3fd_1f3fd.png" alt="" class="button__4">
<img src="https://em-content.zobj.net/source/microsoft-teams/337/running-shoe_1f45f.png" alt="" class="button__5">
</a>
<footer>
<p>
© reactiv - 2022
</p>
</footer>
</body>
<script src="assets/js/main.js"></script>
</html>