diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-12-04 21:01:07 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-12-04 21:01:07 -0500 |
| commit | fde7e06b0d49811bcc926c79382a7b864eb7cd8c (patch) | |
| tree | 733f9d9fd7f8d98f0b7d915cff9f6776105b3e11 | |
| parent | 2af2444863f17f5866e106c41712c9c42b4afe25 (diff) | |
| download | personal-website-fde7e06b0d49811bcc926c79382a7b864eb7cd8c.tar.gz personal-website-fde7e06b0d49811bcc926c79382a7b864eb7cd8c.tar.bz2 personal-website-fde7e06b0d49811bcc926c79382a7b864eb7cd8c.zip | |
somethingsomething
| -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 |
