diff --git a/package.yaml b/package.yaml index f6b071c..795ed2f 100644 --- a/package.yaml +++ b/package.yaml @@ -78,5 +78,7 @@ scripts: lint: eslint --max-warnings=0 --format unix src # Parcel config -source: src/index.html +source: + - src/index.html + - src/404.html browserslist: '> 1%, not dead' diff --git a/src/404.html b/src/404.html new file mode 100644 index 0000000..b1ec2e3 --- /dev/null +++ b/src/404.html @@ -0,0 +1,21 @@ + + +
+
+

404

+ +
+
+ + + Whatever you were expecting to see here doesn't exist. + + If you were sent here from a link and you really think + this page *should* exist, feel free to contact me! + +
+
+
+
+
+