diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -3,8 +3,8 @@ <head> <title>hostfil.es</title> <link rel="stylesheet" href="/static/style.css?" /> - <link rel="shortcut icon" href="favicon.ico"/> - <script src="/static/script.js?" async defer></script> + <link rel="shortcut icon" href="favicon.ico"/> + <script src="/static/script.js?"></script> </head> <body> <form action="upload.php" method="POST" enctype="multipart/form-data"> @@ -58,10 +58,13 @@ curl -Ffile[]=@file1.jpg -Ffile[]=@file2.jpg https://www.hostfil.es <dt>Who should I thank?</dt> <dd><a href="https://steeri.ng/">steering</a>.</dd> + + <dt>Source code?</dt> + <dd><a href="https://cgit.space/~steering/hostfiles.git/">A couple hundred lines.</a></dd> </dl> </details> -<img src="/image.png" alt="A ghost icon"> +<img src="/static/image.png" alt="A ghost icon"> </form> </body> |
