-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathempcps.html
More file actions
72 lines (62 loc) · 1.79 KB
/
Copy pathempcps.html
File metadata and controls
72 lines (62 loc) · 1.79 KB
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
<!DOCTYPE html>
<html lang = "en">
<head>
<meta http-equiv = "Content-Type" content = "text/html; charset=UTF-8">
<meta http-equiv = "X-UA-Compatible" content = "IE=edge">
<meta name = "viewport" content = "width=device-width, initial-scale=1.0">
<title> empcps </title>
<link rel = "stylesheet" href = "./empcps/style.css">
</head>
<body style = "background-color: #005073;">
<!-- // name css -->
<h1 class = "name"> EMPCPS </h1>
<div style = "text-align: center">
<p style = "text-align: center; font-size: large;">5 second CPS test</p>
</div>
<!-- button js -->
<div style = "text-align: center;" id = "clickarea">
<button id = "begin" style="display: inline;"> START </button>
</div>
<!-- value -->
<div class = "info">
<p>
Timer:
</p>
<p id = "timer">
5.000
</p>
<br>
<p>
Clicks:
</p>
<p id = "clicks">
101
</p>
<br>
<p> CPS: </p> <p id="cps">20.20</p>
</div>
<!-- reset -->
<div style = "text-align: center;" class = "reset1">
<button id = "reset" style = "display: inline;">
RESET
</button>
</div>
<h1 style = "text-align: center;">
<a href = "http://earthmapspictures.weebly.com">
earthmapspictures website
</a>
</h1>
<div style = "text-align: center;">
<p style = "text-align: center;">
<br>
</p>
<address>
<a href = "mailto:alex.babajanyan2015@gmail.com">
Contact Me
</a>
</address>
</div>
<script src = "./empcps/main.js.download">
</script>
</body>
</html>