poke/html/404.ejs

4 lines
117 B
Text
Raw Normal View History

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