From af52a71c9b2d6d66ff00fb39386d8d7a5330b2b0 Mon Sep 17 00:00:00 2001
From: Case Duckworth
Date: Thu, 19 May 2022 11:49:53 -0500
Subject: Initial commit

I'm doing content + generation in this ... who knows if it's smart, lol.
---
 src/gcl/index.html | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 src/gcl/index.html

(limited to 'src/gcl/index.html')

diff --git a/src/gcl/index.html b/src/gcl/index.html
new file mode 100644
index 0000000..3357702
--- /dev/null
+++ b/src/gcl/index.html
@@ -0,0 +1,21 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta charset="utf-8">
+        <title>Good Choices License</title>
+        <style>
+            body{max-width:78ch;padding:2ch;margin:auto;font:24px serif;}
+            h1{font-size:2em;}
+        </style>
+    </head>
+    <body>
+        <h1>Good Choices License</h1>
+        <p>Everyone is permitted to do whatever they like with this software
+           without limitation.  This software comes without any warranty
+            whatsoever, but with two pieces of advice:</p>
+        <ul>
+            <li>Be kind to yourself.</li>
+            <li>Make good choices.</li>
+        </ul>
+    </body>
+</html>
-- 
cgit 1.4.1-21-gabe81