From deeadb314e311740ea3d91f468af7549e170696c Mon Sep 17 00:00:00 2001 From: Zoey Date: Wed, 18 Aug 2021 14:01:02 -0700 Subject: [PATCH] Add gh-pages branch --- 404.html | 15 +++++++++++++++ CNAME | 1 + index.html | 15 +++++++++++++++ static/site.css | 4 ++++ test.html | 15 +++++++++++++++ 5 files changed, 50 insertions(+) create mode 100644 404.html create mode 100644 CNAME create mode 100644 index.html create mode 100644 static/site.css create mode 100644 test.html diff --git a/404.html b/404.html new file mode 100644 index 0000000..1858501 --- /dev/null +++ b/404.html @@ -0,0 +1,15 @@ + + + + + + +zoey.dev + + +

404 Not Found

+

The page or resource requested does not exist. Back to home

+ + + + diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..4f4531a --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +zoey.dev \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..677956d --- /dev/null +++ b/index.html @@ -0,0 +1,15 @@ + + + + + + +zoey.dev + + +

Welcome

+

Welcome to the site!

+ + + + diff --git a/static/site.css b/static/site.css new file mode 100644 index 0000000..2b8ee27 --- /dev/null +++ b/static/site.css @@ -0,0 +1,4 @@ +body { + font-family: sans-serif; + margin: 0; +} diff --git a/test.html b/test.html new file mode 100644 index 0000000..2bea8ee --- /dev/null +++ b/test.html @@ -0,0 +1,15 @@ + + + + + + +zoey.dev / Test Page + + +

Heading

+

Hi there.

+ + + +