From 8b5c5bf7333ff90d74943b01d31dca837cc81f98 Mon Sep 17 00:00:00 2001 From: Korbs <korbs@sudovanilla.com> Date: Sat, 24 Feb 2024 21:58:51 -0500 Subject: [PATCH] Forgot the links ;-; --- html/error.ejs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/html/error.ejs b/html/error.ejs index 9f0d6183..69f93d08 100644 --- a/html/error.ejs +++ b/html/error.ejs @@ -15,9 +15,9 @@ <p><%=description%></p> </div> <div class="error-footer"> - <a href="#">Games</a> - <a href="#">Source Code</a> - <a href="#">Status</a> + <a href="https://poketube.fun/game-hub">Games</a> + <a href="https://codeberg.org/ashley/poke/">Source Code</a> + <a href="https://status.poketube.fun/">Status</a> </div> </body> </html>