summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorGravatar steering72532026-06-29 22:03:47 +0000
committerGravatar steering72532026-06-29 22:03:47 +0000
commit4e3280d9d1b009777f7292d068f118d45622a407 (patch)
treee33eafc5356573fc361c76aed425e00b1531db2a /index.html
parentbust caches (diff)
favicon
Diffstat (limited to 'index.html')
-rw-r--r--index.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/index.html b/index.html
index 85c4a10..09cbd5c 100644
--- a/index.html
+++ b/index.html
@@ -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>