summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html9
1 files changed, 6 insertions, 3 deletions
diff --git a/index.html b/index.html
index 09cbd5c..9428fa2 100644
--- a/index.html
+++ b/index.html
@@ -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>