diff --git a/src/pages/404.astro b/src/pages/404.astro new file mode 100644 index 0000000..bbe2792 --- /dev/null +++ b/src/pages/404.astro @@ -0,0 +1,10 @@ +--- +import Layout from "../layouts/index.astro"; +--- + + +
+

Not found

+

Home

+
+
diff --git a/src/pages/index.astro b/src/pages/index.astro index 1fb0199..9e713a2 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -3,8 +3,8 @@ import Layout from "../layouts/index.astro"; --- -
-
{
+  
{
 `  ∧.,,∧ 𝜗𝜚
 (  ̳• · • ̳)   ᭢
 /      づ `}lua.re ᡣ𐭩
@@ -15,5 +15,4 @@ import Layout from "../layouts/index.astro";
 ・:。gh/luaneko
 
 🍡 🌸 🎀 🌙
-
diff --git a/src/styles/index.css b/src/styles/index.css index 8134ea7..011a353 100644 --- a/src/styles/index.css +++ b/src/styles/index.css @@ -1,5 +1,5 @@ html { - @apply bg-bg font-serif leading-tight; + @apply bg-bg font-serif; font-size: 14px; }