-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathversus2.html
56 lines (49 loc) · 1.51 KB
/
versus2.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<html>
<head>
<script src="scripts/_minified.js"></script>
<script src="scripts/_global.js"></script>
<script src="scripts/versus2.js"></script>
<link rel="stylesheet" type="text/css" href="scripts/_global.css">
<link rel="stylesheet" type="text/css" href="scripts/versus2.css">
<!-- <link rel="stylesheet" type="text/css" href="scripts/versustwo.css"> -->
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
</head>
<body>
<div class="full top">
<div class="full players">
<div class="full scores">
<div class="full s1bg">
<div class="score score1" id="s1">0</div>
</div>
<div class="full s2bg">
<div class="score score2" id="s2">0</div>
</div>
</div>
<div class="full p1bg">
<img src="output\singles\image1.png" height="52" width="215" id="p1char">
<div class="player player1 overflow">
<span id="p1c">AAAAAAAA</span>
<span id="p1a">P1TEAM</span>
<span id="p1b">Player 1</span>
</div>
</div>
<div class="full p2bg">
<img src="output\singles\image2.png" height="52" width="215" id="p2char">
<div class="player player2 overflow">
<span id="p2c">BBBBBBBB</span>
<span id="p2a">P2TEAM</span>
<span id="p2b">Player 2</span>
</div>
</div>
</div>
<div class="full matches">
<div class="match match1 overflow" id="mm">Match</div>
</div>
</div>
<!-- <div class="full btm">
<div class="full games">
<div class="game game1 overflow" id="gg">Game</div>
</div>
</div> -->
</body>
</html>