webzone/src/404.mdx

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("/");
```