pyc-website

main website for pyc inc.

git clone https://9o.is/git/pyc-website.git

commit f8c21caa8ecf67762a08d454e59606bdee61412b
parent 875fd251b7c6d15c6b1a7b4b506cfbda25be2d76
Author: Jul <jul@9o.is>
Date:   Thu,  3 Jul 2014 03:26:29 -0400

presonalized 404 page a bit

Diffstat:
Msrc/main/webapp/404.html | 14+++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/src/main/webapp/404.html b/src/main/webapp/404.html @@ -1,3 +1,15 @@ <div data-lift="surround?with=base-default&at=content"> - <p style="font-size: 1.2em;">We're sorry but the page you are trying to access does not exist.</p> + <div class="text-center"> + <h2 class="font-xl"> + <strong><i class="fa fa-fw fa-warning fa-lg text-warning"></i> + Page <u>Not</u> Found</strong> + </h2> + <br> + <p class="lead"> + The page you requested could not be found, either contact the + webmaster or try again. Use your browsers <b>Back</b> button to + navigate to the page you have prevously come from. + </p> + + </div> </div>