diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2024-01-23 22:03:43 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2024-01-23 22:56:52 -0500 |
| commit | a13da619efe4d441f8224bc77adc7458820ef00c (patch) | |
| tree | 03de6fe8650916c3a1243422916a7a8679d59981 /src/pages/404.astro | |
| parent | 25323664449802336c3aae84bd5492732e2a63a8 (diff) | |
| download | personal-website-a13da619efe4d441f8224bc77adc7458820ef00c.tar.gz personal-website-a13da619efe4d441f8224bc77adc7458820ef00c.tar.bz2 personal-website-a13da619efe4d441f8224bc77adc7458820ef00c.zip | |
Favicon; Added project
Diffstat (limited to 'src/pages/404.astro')
| -rw-r--r-- | src/pages/404.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/404.astro b/src/pages/404.astro index f6cc185..09701a2 100644 --- a/src/pages/404.astro +++ b/src/pages/404.astro @@ -1,7 +1,7 @@ --- import Layout from '../layouts/Default.astro' --- -<Layout title="404" description="Page not found"> +<Layout title="404 - Andrew Lee" description="Page not found"> <div class="error"> <h1>404</h1> <h2>Page not found</h2> |
