-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (30 loc) · 2.01 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
<!DOCTYPE html>
<html>
<head>
<title>Type Speed</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="result">
<ul class="data clearfix">
<li>Char speed: <span id="speed">0</span> chars/sec</li>
<li>Accuracy: <span id="acc">0</span> %</li>
<li>Timer: <span id="timer">0</span> s</li>
</ul>
</div>
<div class="container">
<h1 style="text-shadow: 0px 3px 0px #b2a98f,
0px 1px 1px rgba(0,0,0,0.15),
0px 2px 2px rgba(0,0,0,0.1),
0px 3px 3px rgba(0,0,0,0.1);">How fast can you type?</h1>
<pre class="output_area">asfsaf</pre>
<div id="user_area" class="user_area" placeholder="Type Here!"></div>
<div id="repeat" ><p>Try Again</p></div>
</div>
<textarea id="raw0">I trust that you also noticed that Tom riddle was already highly self-sufficient, secretive and, apparently, friendless? He did not want help on companionship on his trip to diagon Alley. He preferred to operate alone.</textarea>
<textarea id="raw1">Sometimes, you read a book and it fills you with this weird evangelical zeal, and you become convinced that the shattered world will never be put back together unless and until all living humans read the book.</textarea>
<textarea id="raw2">History is always written by the winners. When two cultures clash, the loser is obliterated, and the winner writes the history books-books which glorify their own cause and disparage the conquered foe. As Napoleon once said, 'What is history, but a fable agreed upon?</textarea>
<textarea id="raw3">Desire, when it stems from the heart and spirit, when it is pure and intense, possesses awesome electromagnetic energy. This energy is released into the ether each night, as the mind falls into the sleep state. Each morning it returns to the conscious state reinforced with the cosmic currents. That which has been imaged will surely and certainly be manifested. </textarea>
<script type="text/javascript" src="app.js"></script>
</body>
</html>