1
Fork 0
poke/html/404.ejs

4 lines
117 B
Text
Raw Normal View History

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