diff options
| author | 2026-06-29 22:03:47 +0000 | |
|---|---|---|
| committer | 2026-06-29 22:03:47 +0000 | |
| commit | 4e3280d9d1b009777f7292d068f118d45622a407 (patch) | |
| tree | e33eafc5356573fc361c76aed425e00b1531db2a /index.html | |
| parent | bust caches (diff) | |
favicon
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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> |
