From 92b76cb9036a33bbb96b9d9ef751e2afb1a08333 Mon Sep 17 00:00:00 2001 From: Riley Housden Date: Tue, 21 Dec 2021 06:16:01 -0500 Subject: [PATCH] Initial Commit --- public/index.html | 12 ++++++++++++ public/stylesheet.css | 9 +++++++++ src/index.html | 12 ++++++++++++ src/stylesheet.css | 9 +++++++++ 4 files changed, 42 insertions(+) create mode 100644 public/index.html create mode 100644 public/stylesheet.css create mode 100644 src/index.html create mode 100644 src/stylesheet.css diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..77b3b74 --- /dev/null +++ b/public/index.html @@ -0,0 +1,12 @@ + + + quack! + + + +
+quack! fuck you empty
+=====================
+        >:(        
+    
+ \ No newline at end of file diff --git a/public/stylesheet.css b/public/stylesheet.css new file mode 100644 index 0000000..242697e --- /dev/null +++ b/public/stylesheet.css @@ -0,0 +1,9 @@ +body { + background-color: #f08080; +} + +pre { + color: black; + font-size: large; + text-align: center; +} \ No newline at end of file diff --git a/src/index.html b/src/index.html new file mode 100644 index 0000000..77b3b74 --- /dev/null +++ b/src/index.html @@ -0,0 +1,12 @@ + + + quack! + + + +
+quack! fuck you empty
+=====================
+        >:(        
+    
+ \ No newline at end of file diff --git a/src/stylesheet.css b/src/stylesheet.css new file mode 100644 index 0000000..242697e --- /dev/null +++ b/src/stylesheet.css @@ -0,0 +1,9 @@ +body { + background-color: #f08080; +} + +pre { + color: black; + font-size: large; + text-align: center; +} \ No newline at end of file