poke/html/404.ejs

4 lines
117 B
Text
Raw Normal View History

2024-02-25 03:53:25 +01:00
<%- include('error.ejs', {
error: "404",
2024-02-25 07:44:38 +01:00
description: "Very 1984 Innit? I dont think this webpage exist :p"
2024-02-25 03:53:25 +01:00
}) %>