-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (33 loc) · 1.19 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>PicoGolf</title>
</head>
<body>
<article>
<h1>PicoGolf</h1>
<h2>What is PicoGolf?</h2>
<p>PicoGolf is a miniature golf game.</p>
<h2>The rules of standard PicoGolf</h2>
<ul>
<li>
The aim is to get the ball from a certain location into a certain hole,
with the lowest amount of strikes of a club.
</li>
<li>Only a club should be used to move the ball during a game.</li>
<li>Games are ended by rule-breaking, or by the ball reaching the hole.</li>
<li>A PicoGolf ball must have a circumference of ~45mm.</li>
</ul>
</article>
<footer>
<small>
© Copyright 2020 Noisytoot,
licensed under the <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>,
the <a href="https://www.gnu.org/licenses/gpl-3.0.en.html">GNU GPL v3.0 (or any later version)</a>,
and the <a href="https://www.gnu.org/licenses/fdl-1.3.html">GNU FDL v1.3 (or any later version)</a>.
</small>
</footer>
</body>
</html>