-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
75 lines (72 loc) · 2.23 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Inputan Kata</title>
<meta name="description" content="Test your typing speed!">
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="./styles/all.css" />
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" />
</head>
<body>
<div id="inputan-kata">
<header>
<a href="./">
<h1 class="title">Inputan Kata</h1>
</a>
<div class="lang">
<span class="material-symbols-outlined">
language
</span>
<span>
ID
</span>
<span class="material-symbols-outlined">
arrow_drop_down
</span>
</div>
</header>
<main>
<div class="inputan-kata-box"></div>
</main>
<footer>
<a href="https://github.com/ichsnn">
<div>
<span class="material-symbols-outlined">
code
</span>
<span>
Github
</span>
</div>
</a>
<a href="https://github.com/ichsnn">
<div>
<span class="material-symbols-outlined">
bug_report
</span>
<span>
Issue
</span>
</div>
</a>
<a href="./">
<div>
<span class="material-symbols-outlined">
conversion_path
</span>
<span>
v.1.0.0
</span>
</div>
</a>
</div>
</footer>
</div>
<script src="./scripts/kata.js"></script>
<script src="./scripts/inputanKata.js"></script>
</body>
</html>