-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
38 lines (29 loc) · 1.22 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>👊🏻✌🏻🖐🏻ROCK PAPER SCISSOR</title>
<link rel="stylesheet" href="Rock Paper Scissors!/hereweland.css">
<link rel="icon" href="ezgif-4-693822b71b.gif" type="icon">
</head>
<body>
<h1 class="wiggle" id="title" text-align="center"> ROCK PAPER <br> SCISSOR</h1>
<div id="chose">
<div>
<a href="Rock Paper Scissors!/friendroom/friendroom.html">
<button id="choice" onclick="friendroom.html">Play With Friend</button>
</a>
<br><br>
<a href="Rock Paper Scissors!/interfaceroom/gamepage.html">
<button id="choice" onclick="gamepage.html">Play With Computer</button>
</a>
<br><br>
<a href="Rock Paper Scissors!/friendroom/friendroom.html">
<button id="choice" onclick="gamepage.html">Play with Randoms!</button>
</a>
<br><br>
</div>
</div>
</body>
</html>