diff options
| -rw-r--r-- | favicon.ico | bin | 0 -> 8380 bytes | |||
| -rw-r--r-- | image.png | bin | 0 -> 10614 bytes | |||
| -rw-r--r-- | index.html | 5 |
3 files changed, 4 insertions, 1 deletions
diff --git a/favicon.ico b/favicon.ico Binary files differnew file mode 100644 index 0000000..5852f77 --- /dev/null +++ b/favicon.ico diff --git a/image.png b/image.png Binary files differnew file mode 100644 index 0000000..e365efe --- /dev/null +++ b/image.png @@ -3,7 +3,8 @@ <head> <title>hostfil.es</title> <link rel="stylesheet" href="/static/style.css?" /> - <script src="/static/script.js?"></script> + <link rel="shortcut icon" href="favicon.ico"/> + <script src="/static/script.js?" async defer></script> </head> <body> <form action="upload.php" method="POST" enctype="multipart/form-data"> @@ -60,6 +61,8 @@ curl -Ffile[]=@file1.jpg -Ffile[]=@file2.jpg https://www.hostfil.es </dl> </details> +<img src="/image.png" alt="A ghost icon"> + </form> </body> </html> |
