-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjs.html
More file actions
43 lines (34 loc) · 792 Bytes
/
js.html
File metadata and controls
43 lines (34 loc) · 792 Bytes
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
<!DOCTYPE html>
<html>
<head>
<title>coco</title>
<style type="text/css">
.big{
background-color: green;
font-size: 40px;
border: 10px dashed red;
}
.gree{
color: green;
}
</style>
</head>
<body>
<!-- <h1>sjsjsjsjsjsj</h1>
<h1>akakkaakak</h1> -->
<!-- <p>lalalal <strong>kaka</strong> allala </p>
<button>llllll</button>
<ul>
<li id="koko">lol</li>
<li class="lel">kok</li>
<li class="lel">ffjf</li>
</ul> -->
<h1> <span id="p1">0</span> to <span id="p2">0</span></h1>
<h5>playing to : </h5>
<input type="number" id="quantity" name="quantity" min="1" max="10">
<button class="ll" id="ss">player 1</button>
<button class="ll" id="dd">player 2</button>
<button id="kk">reset</button>
<script type="text/javascript" src="script.js"></script>
</body>
</html>