36 lines
1.6 KiB
HTML
36 lines
1.6 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>atom.town</title>
|
|
<link rel="preconnect" href="https://rsms.me/">
|
|
<link rel="stylesheet" href="https://rsms.me/inter/inter.css">
|
|
<link rel="stylesheet" href="reset.css">
|
|
<link rel="stylesheet" href="style.css">
|
|
<link rel="icon" type="image/png" href="assets/logo_icon.png" />
|
|
</head>
|
|
<body>
|
|
<img src="assets/logo.png" class="img" />
|
|
<div class="flex flex-col gap-8 mt-4 max-w-md">
|
|
<p>here you can learn some things</p>
|
|
<div class="flex flex-col gap-2">
|
|
<h2 class="big heavier">terms</h2>
|
|
<ul>
|
|
<li>the fitnessgram pacer test is a multistage aerobic capacity test</li>
|
|
<li>that progressively gets more difficult as it continues. the 20 meter pacer test</li>
|
|
<li>will begin in 30 seconds. line up at the start. the running speed starts slowly,</li>
|
|
</ul>
|
|
</div>
|
|
<div class="flex flex-col gap-2">
|
|
<h2 class="big heavier">privacy</h2>
|
|
<ul>
|
|
<li>but gets faster each minute after you hear this signal *boop*. a single lap should be completed</li>
|
|
<li>each time you hear this sound *ding*. remember to run in a straight line, and run as long as possible.</li>
|
|
<li>the second time you fail to complete a lap before the sound, your test is over. the test will begin on the word start. on your mark, get ready, start.</li>
|
|
</ul>
|
|
</div>
|
|
<a href="##" onclick="history.go(-1)" class="self-start pop heavy">← back</a>
|
|
</div>
|
|
</body>
|
|
</html>
|