webzone/src/404.mdx
Sam Therapy 8a262bf8fd
Some checks failed
continuous-integration/drone/push Build is failing
change CSS themes :)
Signed-off-by: Sam Therapy <sam@samtherapy.net>
2022-12-05 19:54:19 +01:00

13 lines
190 B
Plaintext

---
title: Well, how did I get here?
subtitle: 404 - Not found
layout: layouts/base.pug
url: /404.html
---
#### Where does that [highway](/) go to?
```js
window.location.replace("/");
```