From cc5f8b0066711d30c61d7b8f4e5d9424500cc113 Mon Sep 17 00:00:00 2001
From: camblackburn <camron.blackburn@cba.mit.edu>
Date: Thu, 10 Sep 2020 01:44:28 -0400
Subject: [PATCH] first commit - simple html

---
 simple.html | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 simple.html

diff --git a/simple.html b/simple.html
new file mode 100644
index 0000000..173cdac
--- /dev/null
+++ b/simple.html
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<html>
+  <head>
+    <title>WEBSITE</title>
+  </head>
+  <body>
+    hey hey.
+    <br><br>
+    <h2>document as you go!</h2>
+    <br><br>
+    spent hours typing up this page
+    <br><br>
+    scrutinizing formatting
+    <br><br>
+    overlaying blocks with barebones css at the top of the html file
+    <br><br>
+    i would be sad if I lost this 
+  </body>
-- 
GitLab