From 33cfdd5cae9f30fa688b8b044dde10c2f9ad100c Mon Sep 17 00:00:00 2001 From: luk3yx Date: Wed, 10 Jan 2018 13:37:50 +1300 Subject: [PATCH] Add gameover.html --- error.html | 4 ++++ gameover.html | 41 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+) create mode 100644 gameover.html diff --git a/error.html b/error.html index 0c0c39d..098fcf9 100644 --- a/error.html +++ b/error.html @@ -11,13 +11,17 @@ layout: compress case '#404': case '#e404': a = '404.html'; + break; case '#410': case '#e410': a = '410.html'; + break; case '#gameover': a = 'gameover.html'; + break; default: a = '418.html'; + break; } window.location.href = a; diff --git a/gameover.html b/gameover.html new file mode 100644 index 0000000..04fa73b --- /dev/null +++ b/gameover.html @@ -0,0 +1,41 @@ +--- +layout: compress +--- + + + + + {% import head.html %} + Game Over + + + +

GAME OVER

+ +