summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
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>