diff options
| author | 2026-06-30 15:37:35 +0000 | |
|---|---|---|
| committer | 2026-06-30 15:37:35 +0000 | |
| commit | f2d5ab9ea8eb2d7fa705942912682527bc1102a9 (patch) | |
| tree | c86d7d75582cf7dc2948a640143cbbe169998bf1 | |
| parent | ban messages (diff) | |
move stuff to static
| -rw-r--r-- | index.html | 9 | ||||
| -rw-r--r-- | static/banned-abuse.txt (renamed from banned-abuse.txt) | 0 | ||||
| -rw-r--r-- | static/banned-skid.txt (renamed from banned-skid.txt) | 0 | ||||
| -rw-r--r-- | static/image.png (renamed from image.png) | bin | 10614 -> 10614 bytes |
4 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> diff --git a/banned-abuse.txt b/static/banned-abuse.txt index bbc02dc..bbc02dc 100644 --- a/banned-abuse.txt +++ b/static/banned-abuse.txt diff --git a/banned-skid.txt b/static/banned-skid.txt index b82f118..b82f118 100644 --- a/banned-skid.txt +++ b/static/banned-skid.txt diff --git a/image.png b/static/image.png Binary files differindex e365efe..e365efe 100644 --- a/image.png +++ b/static/image.png |
