-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.html
98 lines (87 loc) · 1.83 KB
/
test.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<!DOCTYPE html>
<?php
session_start();
//require "funcs.php";
?>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Play Exergames with two Big Buttons. Maintain your health and play play play...">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap" rel="stylesheet">
<link rel="stylesheet" href="Client/w3.css" >
<link rel="stylesheet" href="Client/twobuttons.css" >
<script src="Client/jquery-3.6.4.min.js"></script>
<script src="Client/jcanvas.min.js"></script>
<script src="Client/twobuttons.js"></script>
<title>The Two Buttons</title>
</head>
<body>
<div id="m">
<style>
body {
background-image:url("Pix/ruis.png");
}
.tv {
width: 360px;
height: 200px;
margin:16px;
border-radius: 20% / 80%;
border:solid 6px darkgray;
bdackground-color: grey;
background-image:url("Pix/bg.png");
float:left;
}
#tvshape {
position: relative;
width: 300px;
height: 200px;
margin: 20px 10px;
background: grey;
border-radius: 50% / 5%;
color: white;
text-align: center;
text-indent: .1em;
}
#tvshape:before {
content: "";
position: absolute;
top: 5%;
bottom: 5%;
right: -4%;
left: -4%;
background: inherit;
border-radius: 4% / 50%;
}
#tvshape2 {
position: relative;
left:-4px;
top:6px;
width: 288px;
height: 188px;
margin: 20px 10px;
dbackground: #0809fe;
background-image:url("Pix/nodis.png");
background-align:center center;
border-radius: 50% / 5%;
color: white;
text-align: center;
text-indent: .1em;
}
#tvshape2:before {
content: "";
position: absolute;
top: 5%;
bottom: 5%;
right: -4%;
left: -4%;
background: inherit;
border-radius: 4% / 50%;
}
</style>
</div><!-- m -->
<div class="StatsBar">
Hoi
</div>
</body>
</html>