-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplay1.html
33 lines (32 loc) · 1020 Bytes
/
play1.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>
Play 1
</title>
<link rel="stylesheet" href="styles.css">
<script src="toss.js"></script>
<script src = "play1.js"></script>
</head>
<body>
<div class="standard_div">
<p class="centered">
Welcome to Play 1
</p>
<p id="status"></p>
<p class="centered">
Enter the run for number between 0 and 6 Inclusive
</p>
<form>
<input type="text" id="runinput1"placeholder="Your run">
<input type="button" id="runinput1_button" value="enter">
</form>
<p id="enteredrun_1" class="centered></p>
<p id="comprunchosen_1" class="centered"></p>
<p id="feedback4"></p>
<p id="player_runs"></p>
<p id="computer_runs"></p>
<p id="feedback6" class=".centred"></p>
</div>
</body>
</html>