mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-01 09:14:27 +08:00
more seo with h2
This commit is contained in:
parent
0f636861da
commit
4874aa7f17
2 changed files with 18 additions and 5 deletions
|
@ -2,6 +2,11 @@
|
|||
display: grid;
|
||||
gap: 2rem;
|
||||
|
||||
h2 {
|
||||
font-size: 1rem;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.created {
|
||||
text-align: center;
|
||||
color: var(--sub-color);
|
||||
|
|
|
@ -52,11 +52,19 @@
|
|||
</div>
|
||||
<div class="section">
|
||||
<div class="bigtitle">about</div>
|
||||
<p>
|
||||
Monkeytype is a minimalistic typing test, featuring many test modes, an
|
||||
account system to save your typing speed history and user configurable
|
||||
features like themes, a smooth caret and more.
|
||||
</p>
|
||||
<h2>
|
||||
Monkeytype is a minimalistic and customizable typing test. It features
|
||||
many test modes, an account system to save your typing speed history, and
|
||||
user-configurable features such as themes, sounds, a smooth caret, and
|
||||
more. Monkeytype attempts to emulate the experience of natural keyboard
|
||||
typing during a typing test, by unobtrusively presenting the text prompts
|
||||
and displaying typed characters in-place, providing straightforward,
|
||||
real-time feedback on typos, speed, and accuracy.
|
||||
<br />
|
||||
<br />
|
||||
Test yourself in various modes, track your progress and improve your
|
||||
speed.
|
||||
</h2>
|
||||
</div>
|
||||
<div class="section">
|
||||
<div class="title">word set</div>
|
||||
|
|
Loading…
Reference in a new issue