summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar steering72532026-06-29 22:03:47 +0000
committerGravatar steering72532026-06-29 22:03:47 +0000
commit4e3280d9d1b009777f7292d068f118d45622a407 (patch)
treee33eafc5356573fc361c76aed425e00b1531db2a
parentbust caches (diff)
favicon
-rw-r--r--favicon.icobin0 -> 8380 bytes
-rw-r--r--image.pngbin0 -> 10614 bytes
-rw-r--r--index.html5
3 files changed, 4 insertions, 1 deletions
diff --git a/favicon.ico b/favicon.ico
new file mode 100644
index 0000000..5852f77
--- /dev/null
+++ b/favicon.ico
Binary files differ
diff --git a/image.png b/image.png
new file mode 100644
index 0000000..e365efe
--- /dev/null
+++ b/image.png
Binary files differ
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>