Files
town/home/terms-privacy.html
T
2026-07-23 09:33:20 +01:00

36 lines
1.8 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="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>