From fde7e06b0d49811bcc926c79382a7b864eb7cd8c Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Fri, 4 Dec 2020 21:01:07 -0500 Subject: somethingsomething --- static/puzzle.html | 11 ----------- static/puzzle/index.html | 5 +++++ static/puzzle/p1/index.html | 11 +++++++++++ static/puzzle/p2/index.html | 9 +++++++++ static/puzzle/p2/puzzle.png | Bin 0 -> 2247950 bytes 5 files changed, 25 insertions(+), 11 deletions(-) delete mode 100644 static/puzzle.html create mode 100644 static/puzzle/index.html create mode 100644 static/puzzle/p1/index.html create mode 100644 static/puzzle/p2/index.html create mode 100644 static/puzzle/p2/puzzle.png diff --git a/static/puzzle.html b/static/puzzle.html deleted file mode 100644 index 8b90ea3..0000000 --- a/static/puzzle.html +++ /dev/null @@ -1,11 +0,0 @@ - - -

Καλως ΗΡΘΑΤΕ!!

-

Asegúrate de revisar la consola.

- - - diff --git a/static/puzzle/index.html b/static/puzzle/index.html new file mode 100644 index 0000000..f4a3130 --- /dev/null +++ b/static/puzzle/index.html @@ -0,0 +1,5 @@ + + +

Nothing to see here...

+ + diff --git a/static/puzzle/p1/index.html b/static/puzzle/p1/index.html new file mode 100644 index 0000000..8b90ea3 --- /dev/null +++ b/static/puzzle/p1/index.html @@ -0,0 +1,11 @@ + + +

Καλως ΗΡΘΑΤΕ!!

+

Asegúrate de revisar la consola.

+ + + diff --git a/static/puzzle/p2/index.html b/static/puzzle/p2/index.html new file mode 100644 index 0000000..d5e5343 --- /dev/null +++ b/static/puzzle/p2/index.html @@ -0,0 +1,9 @@ + + +

Welcome to Puzzle 2!

+ + + + diff --git a/static/puzzle/p2/puzzle.png b/static/puzzle/p2/puzzle.png new file mode 100644 index 0000000..41f9c9e Binary files /dev/null and b/static/puzzle/p2/puzzle.png differ -- cgit v1.2.3