From 7b4bec1e2c6a787e44a9eecfc0353b1d86199eae Mon Sep 17 00:00:00 2001 From: William Harrington Date: Wed, 17 Apr 2019 16:42:33 -0500 Subject: Initial commit --- public/404.html | 14 ++++++++++++++ public/about.html | 14 ++++++++++++++ public/css/style.css | 4 ++++ public/index.html | 14 ++++++++++++++ 4 files changed, 46 insertions(+) create mode 100644 public/404.html create mode 100644 public/about.html create mode 100644 public/css/style.css create mode 100644 public/index.html (limited to 'public') diff --git a/public/404.html b/public/404.html new file mode 100644 index 0000000..0f6b7a4 --- /dev/null +++ b/public/404.html @@ -0,0 +1,14 @@ + + + + + + + + Not Found + + +

404 Not Found

+ + diff --git a/public/about.html b/public/about.html new file mode 100644 index 0000000..7849d20 --- /dev/null +++ b/public/about.html @@ -0,0 +1,14 @@ + + + + + + + + About + + +

About

+ + diff --git a/public/css/style.css b/public/css/style.css new file mode 100644 index 0000000..de2aca1 --- /dev/null +++ b/public/css/style.css @@ -0,0 +1,4 @@ +body { + background: #333; + color: #fff; +} diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..c892be1 --- /dev/null +++ b/public/index.html @@ -0,0 +1,14 @@ + + + + + + + + Homepage + + +

Welcome to the homepage

+ + -- cgit v1.2.3-54-g00ecf