about summary refs log tree commit diff stats
path: root/src/gcl/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/gcl/index.html')
-rw-r--r--src/gcl/index.html21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/gcl/index.html b/src/gcl/index.html deleted file mode 100644 index 3357702..0000000 --- a/src/gcl/index.html +++ /dev/null
@@ -1,21 +0,0 @@
1<!DOCTYPE html>
2<html>
3 <head>
4 <meta charset="utf-8">
5 <title>Good Choices License</title>
6 <style>
7 body{max-width:78ch;padding:2ch;margin:auto;font:24px serif;}
8 h1{font-size:2em;}
9 </style>
10 </head>
11 <body>
12 <h1>Good Choices License</h1>
13 <p>Everyone is permitted to do whatever they like with this software
14 without limitation. This software comes without any warranty
15 whatsoever, but with two pieces of advice:</p>
16 <ul>
17 <li>Be kind to yourself.</li>
18 <li>Make good choices.</li>
19 </ul>
20 </body>
21</html>