From 3a9dce6324e6997a6d3dfafea95dacd792e43706 Mon Sep 17 00:00:00 2001 From: laurentheirendt <laurent.heirendt@uni.lu> Date: Mon, 11 Nov 2019 10:25:20 +0100 Subject: [PATCH] custom instructions for 404 page --- 404.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/404.html b/404.html index c472b4ea..03cd06a8 100644 --- a/404.html +++ b/404.html @@ -21,4 +21,9 @@ layout: default <p><strong>Page not found :(</strong></p> <p>The requested page could not be found.</p> + <p>All cards are available from here: <a href="https://howto.lcsb.uni.lu">https://howto.lcsb.uni.lu</a></p> + <p><i>Please note: Some cards are only available from within the university network. Please + reload the page when connected using <a href="https://vpn.uni.lu"><strong>VPN</strong></a> + (from outside the university network) + or when connected to the <strong>eduroam</strong> network.</i></p> </div> -- GitLab