diff --git a/astro/src/pages/404.astro b/astro/src/pages/404.astro new file mode 100644 index 0000000..17522fe --- /dev/null +++ b/astro/src/pages/404.astro @@ -0,0 +1,124 @@ +--- +import Base from '../layouts/Base.astro'; + +const gearSvg = ` + + + + + + + clack +`; +--- + + +
+
+ +
+ + + \ No newline at end of file diff --git a/astro/src/pages/500.astro b/astro/src/pages/500.astro new file mode 100644 index 0000000..148180c --- /dev/null +++ b/astro/src/pages/500.astro @@ -0,0 +1,146 @@ +--- +import Base from '../layouts/Base.astro'; + +const gearSvg = ` + + + + + + + + + + + + +`; +--- + + +
+
+ +
+ + + \ No newline at end of file