From ddc4a01136915e26f1697c362c2cc38217a5d391 Mon Sep 17 00:00:00 2001
From: Bill <bill@billserver.senders.io>
Date: Wed, 21 Jun 2023 15:41:46 -0400
Subject: Initial commit. Create readme and index.html

Setting up the initial website in the next few commits. This is the
baseline structure
---
 www/index.html | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 www/index.html

(limited to 'www/index.html')

diff --git a/www/index.html b/www/index.html
new file mode 100644
index 0000000..49298ad
--- /dev/null
+++ b/www/index.html
@@ -0,0 +1,25 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta name="generator"
+        content="HTML Tidy for HTML5 for Linux version 5.6.0">
+  <title>The Woman in my Eye</title>
+<!--  <link rel='stylesheet'
+        type='text/css'
+        href='/index.css'> -->
+  <meta name="viewport"
+        content="width=device-width, initial-scale=1">
+</head>
+<body>
+  <h1> Hello, the woman in my eye. </h1>
+  <footer>
+    <div id='copyright'>
+      © 2023 thewomaninmyeye dot org - <a rel="license external noopener noreferrer"
+           target="_blank"
+           href="https://creativecommons.org/licenses/by/4.0/">CC BY-SA 4.0</a>
+           unless otherwise noted.
+    </div>
+  </footer>
+</body>
+</html>
-- 
cgit v1.2.3-54-g00ecf