-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
98 lines (98 loc) · 5.2 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
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>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>CPS Test by Fatih EGE</title>
<meta name="title" content="CPS Test by Fatih EGE">
<meta name="description" content="Want to know how many times you click in a second? Come here and learn! CPS test by Fatih EGE.">
<meta name="keywords" content="cps, cps test">
<meta name="author" content="Fatih EGE">
<meta name="robots" content="index, follow">
<meta name="revisit-after" content="1 days">
<meta name="theme-color" content="#141414">
<meta property="og:title" content="CPS Test by Fatih EGE">
<meta property="og:url" content="https://fatihege.github.io/cps-test/">
<meta property="og:description" content="Want to know how many times you click in a second? Come here and learn! CPS test by Fatih EGE.">
<meta property="og:image" content="https://fatihege.github.io/cps-test/img/og_image.png">
<meta property="twitter:card" content="summery_large_image">
<meta property="twitter:url" content="https://fatihege.github.io/cps-test/">
<meta property="twitter:url" content="https://fatihege.github.io/cps-test/">
<meta property="twitter:description" content="Want to know how many times you click in a second? Come here and learn! CPS test by Fatih EGE.">
<meta property="twitter:image" content="https://fatihege.github.io/cps-test/img/twitter_card.png">
<meta property="twitter:image:alt" content="CPS Test by Fatih EGE Cover Image">
<link rel="canonical" href="https://fatihege.github.io/cps-test/">
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" href="https://fatihege.github.io/cps-test/img/favicon-dark_128x128.png" type="image/x-icon">
</head>
<body class="dark">
<div class="container">
<div class="left-side">
<div class="current score-block">
<span class="small">current</span>
<span class="score">0</span>
<span>CPS</span>
</div>
<div class="high score-block">
<span class="small">high</span>
<span class="cps">
<span class="score">0</span>
<span>CPS</span>
</span>
<span class="slash-sep">/</span>
<span class="point">
<span class="score">0</span>
<span>point</span>
</span>
</div>
<div class="history">
<div class="history-btn" title="show history [ H ]">show history</div>
</div>
<div class="separator"></div>
<div class="cps-log">
<span class="title">cps log</span>
<ul></ul>
</div>
</div>
<div class="history-side">
<div class="close">
<div class="close-btn" title="close history [ H ]">
<svg width="100%" height="100%" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<g transform="matrix(1.42691,0,0,1.42691,-109.288,-109.288)">
<path d="M256,236.219L96.372,76.591L76.591,96.372L236.219,256L76.591,415.628L96.372,435.409L256,275.781L415.628,435.409L435.409,415.628L275.781,256L435.409,96.372L415.628,76.591L256,236.219Z"/>
</g>
</svg>
</div>
</div>
<div class="title">cps history</div>
<ul></ul>
</div>
<div class="main-section">
<div class="timer">0</div>
<div class="theme-toggle">
<div class="theme-toggle-btn" title="change theme [ X ]"></div>
</div>
<div class="score">
<span class="score-text">0</span>
<span class="text">score</span>
</div>
<div class="restart hidden">
<svg width="100%" height="100%" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<g transform="matrix(1.49077,0,0,1.49077,-125.637,-91.1632)">
<path d="M257,107.405C338.559,107.948 404.599,174.322 404.599,256C404.599,338.014 338.014,404.599 256,404.599C173.986,404.599 107.401,338.014 107.401,256L130.383,256C130.383,325.33 186.67,381.617 256,381.617C325.33,381.617 381.617,325.33 381.617,256C381.617,187.003 325.869,130.923 257,130.387L257,177.417L198.824,119.327L257,61.152L257,107.405Z"/>
</g>
</svg>
</div>
<div class="copyright">
<span class="project">CPS Test</span>
<span class="author">
by <a href="https://github.com/fatihege" target="_blank">Fatih EGE</a>
</span>
</div>
</div>
</div>
<script src="js/main.js"></script>
</body>
</html>