diff options
| -rw-r--r-- | static/puzzle/index.html | 5 | ||||
| -rw-r--r-- | static/puzzle/p1/index.html (renamed from static/puzzle.html) | 0 | ||||
| -rw-r--r-- | static/puzzle/p2/index.html | 9 | ||||
| -rw-r--r-- | static/puzzle/p2/puzzle.png | bin | 0 -> 2247950 bytes |
4 files changed, 14 insertions, 0 deletions
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 @@ +<html> +<body> +<p>Nothing to see here...</p> +</body> +</html> diff --git a/static/puzzle.html b/static/puzzle/p1/index.html index 8b90ea3..8b90ea3 100644 --- a/static/puzzle.html +++ b/static/puzzle/p1/index.html 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 @@ +<html> +<body> +<h1>Welcome to Puzzle 2!</h1> +<img width="50%" src="puzzle.png"> +</body> +<script> +//rockyou.txt +</script> +</html> diff --git a/static/puzzle/p2/puzzle.png b/static/puzzle/p2/puzzle.png Binary files differnew file mode 100644 index 0000000..41f9c9e --- /dev/null +++ b/static/puzzle/p2/puzzle.png |
