From 4695b053223ab4a5b5a3f4385767bbc8777c4ca8 Mon Sep 17 00:00:00 2001 From: Neil Smith Date: Fri, 10 Oct 2014 08:58:46 +0100 Subject: [PATCH] Added files --- hangman.html | 215 +++++++++++++++++++++++++++++++++++++++++++++++++++ index.html | 82 ++++++++++++++++++++ 2 files changed, 297 insertions(+) create mode 100644 hangman.html create mode 100644 index.html diff --git a/hangman.html b/hangman.html new file mode 100644 index 0000000..c26ca31 --- /dev/null +++ b/hangman.html @@ -0,0 +1,215 @@ + + + + Hangman + + + + + + + + + + + + diff --git a/index.html b/index.html new file mode 100644 index 0000000..5901058 --- /dev/null +++ b/index.html @@ -0,0 +1,82 @@ + + + + Programming strategy + + + + + + + + + + + + -- 2.34.1