37 lines
1.8 KiB
HTML
37 lines
1.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>atom.town</title>
|
|
<link rel="stylesheet" href="style/fonts.css">
|
|
<link rel="stylesheet" href="style/reset.css">
|
|
<link rel="stylesheet" href="style/style.css">
|
|
<link rel="icon" type="image/png" href="assets/logo_icon.png">
|
|
<link rel="preload" as="image" href="assets/clouds.avif">
|
|
<link rel="preload" as="font" href="assets/InterVariable-Italic.woff2">
|
|
</head>
|
|
<body>
|
|
<img src="assets/logo.png" class="logo" />
|
|
<div class="flex flex-col gap-8 mt-4 max-w-md">
|
|
<p class="font-light">here you can learn some things</p>
|
|
<div class="flex flex-col gap-2">
|
|
<h2 class="font-heavy big">terms</h2>
|
|
<ul>
|
|
<li class="font-light">the fitnessgram pacer test is a multistage aerobic capacity test</li>
|
|
<li class="font-light">that progressively gets more difficult as it continues. the 20 meter pacer test</li>
|
|
<li class="font-light">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="font-heavy big">privacy</h2>
|
|
<ul>
|
|
<li class="font-light">but gets faster each minute after you hear this signal *boop*. a single lap should be completed</li>
|
|
<li class="font-light">each time you hear this sound *ding*. remember to run in a straight line, and run as long as possible.</li>
|
|
<li class="font-light">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 font-normal pop">← back</a>
|
|
</div>
|
|
</body>
|
|
</html>
|