commit deeadb314e311740ea3d91f468af7549e170696c Author: Zoey Date: Wed Aug 18 14:01:02 2021 -0700 Add gh-pages branch 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.

+ + + +