From 147b918834cd9d8960f6c286306236b080f139c7 Mon Sep 17 00:00:00 2001 From: Reorx Date: Sat, 8 Oct 2022 17:30:49 +0800 Subject: [PATCH] add 404 page --- public/404.html | 30 ++++++++++++++++++++++++++++++ scss/styles.scss | 3 +-- 2 files changed, 31 insertions(+), 2 deletions(-) create mode 100644 public/404.html diff --git a/public/404.html b/public/404.html new file mode 100644 index 00000000..3fecd6ac --- /dev/null +++ b/public/404.html @@ -0,0 +1,30 @@ + + + + SUI2 + + + + + + + +
+

404 Not Found

+

+ You are coming to the wrong place. +

+
+ + + diff --git a/scss/styles.scss b/scss/styles.scss index 737196bf..bb9b2de9 100755 --- a/scss/styles.scss +++ b/scss/styles.scss @@ -12,8 +12,7 @@ html, body { background-color: var(--color-background); color: var(--color-text-pri); - font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Roboto, - sans-serif; + font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Roboto, sans-serif; font-size: 14px; height: auto; letter-spacing: -0.012em;