From 663ebd9e78fa8337afac364b5c2b140ec60cfb8a Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Sat, 12 Oct 2013 17:37:10 -0400 Subject: [PATCH] rename html to template.html --- Makefile | 4 +-- main.html | 87 --------------------------------------------------------- template.html | 87 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 89 insertions(+), 89 deletions(-) delete mode 100644 main.html create mode 100644 template.html diff --git a/Makefile b/Makefile index 9807ae8..962d6ff 100644 --- a/Makefile +++ b/Makefile @@ -18,8 +18,8 @@ wordlist_min.js: wordlist_compressed.js main.js style.css: style.less lessc style.less style.css -index.html: main_min.js wordlist_min.js main.html style.css - bash combine.bash main.html > $@ || (rm -f $@; exit 1) +index.html: main_min.js wordlist_min.js template.html style.css + bash combine.bash template.html > $@ || (rm -f $@; exit 1) index.html.gz: index.html gzip --best -c $< > $@ diff --git a/main.html b/main.html deleted file mode 100644 index d5668fc..0000000 --- a/main.html +++ /dev/null @@ -1,87 +0,0 @@ - - - - HexBog – a simple word game - - - - - - - -
-
-
- -
Loading...
-
-
-