diff options
| author | seth <[email protected]> | 2024-07-05 18:26:55 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-08-23 08:30:48 -0400 |
| commit | 67fba5edad38f8a4651a6a782c7abdc696a464ff (patch) | |
| tree | 1b2ad1572d8938a89e096955d5a46f519a16f5fb /src/404.vto | |
| parent | 9135c80ee930045c889f64269735b8319896e2f4 (diff) | |
back to lume for the 1000th time
Diffstat (limited to 'src/404.vto')
| -rw-r--r-- | src/404.vto | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/404.vto b/src/404.vto new file mode 100644 index 0000000..c5eb621 --- /dev/null +++ b/src/404.vto @@ -0,0 +1,14 @@ +--- +layout: "base.vto" +title: "404!" +description: "Can I get you some tapwater?" +--- + +<h1>404 :(</h1> + +<img + src="/imgs/tapwater.png" + alt="Can I get you some tapwater?" + loading="lazy" + decoding="async" +> |
