-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (33 loc) · 1.21 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="index.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Mulish:wght@500&display=swap" rel="stylesheet">
<title>Gunting Batu Kertas</title>
</head>
<body>
<h1>Gunting Batu Kertas</h1>
<noscript>Browsermu Tidak Support Javascript. Ganti Browser Atau Download Browser Lain.</noscript>
<div id="all">
<h2 id="yc">You : <span id="user-ch"></span></h2>
<h2 id="c">Computer : <span id="computer-ch"></span></h2>
<h2 id="r">Result : <span id="result"></span></h2>
<br>
<div id="b" style="text-align: center;">
<button id="Gunting">Gunting</button>
<button id="Batu">Batu</button>
<button id="Kertas">Kertas</button>
</div>
</div>
<br>
<br>
<footer style="text-align: center;">
<span id="lv"><b>Created By <a href="https://github.com/ibrahKrep">Ibrah</a> With</b> ❤️</span>
</footer>
<script src="app.js" charset="UTF-8"></script>
</body>
</html>