import { sans } from "./fonts"; import Link from "./Link"; import "./[slug]/markdown.css"; export default function NotFound() { return (

Not found

This page doesn't exist (yet?)

I recently rewrote the site so maybe something broke. Please{" "} complain here.

If you're looking for translated posts, they're not on the site anymore but you can find{" "} an archive of them here.

Hope you'll find what you're looking for.

); }