-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (34 loc) · 1.08 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
<!DOCTYPE html>
<html style="height: 100%;">
<head>
<link
rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css"
integrity="sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="js1.css">
</head>
<body id="body" ></body>
<h1 id="t1">MY SCOREKEEPER</h1>
<h3 id="t2">SCORE BOARD :</h3>
<span id="s1" > 0 </span> <span id="s3" >to</span><span id="s2"> 0</span>
<br />
<button type="submit" class="btn btn-default"id="p1">
player 1
</button>
<button type="submit" class="btn btn-default" id="p2">player 2</button>
<button type="submit" class="btn btn-default bg-danger" id="res">
Reset
</button>
<br />
<br />
<form id="myForm"></form>
<input type="numbers" name="limit" value="4" id="limit" />
</form>
<br />
<br>
<h3 style="background:black;color:white;">winner is : <span id="winner"></span></h3>
<script src="text9.js"></script>
</body>
</html>