aboutsummaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorkartofen <mladenovnasko0@gmail.com>2023-01-26 18:34:12 +0200
committerkartofen <mladenovnasko0@gmail.com>2023-01-26 18:34:12 +0200
commite0a039ad08fc16773cee43e68f92b632a4540bce (patch)
treeab126ccac9d7b6ba91bfe53e3fbe69df251ebc38 /files
parent5e1ae8b33873661b669eda509fcd000f8a964126 (diff)
automatically knows if i file is text or not
Diffstat (limited to 'files')
-rw-r--r--files/favicon.icobin1406 -> 0 bytes
-rw-r--r--files/favicon.pngbin0 -> 7318 bytes
-rw-r--r--files/index.html1
3 files changed, 1 insertions, 0 deletions
diff --git a/files/favicon.ico b/files/favicon.ico
deleted file mode 100644
index 91a517f..0000000
--- a/files/favicon.ico
+++ /dev/null
Binary files differ
diff --git a/files/favicon.png b/files/favicon.png
new file mode 100644
index 0000000..268246c
--- /dev/null
+++ b/files/favicon.png
Binary files differ
diff --git a/files/index.html b/files/index.html
index 3a1c80c..b94ee21 100644
--- a/files/index.html
+++ b/files/index.html
@@ -2,6 +2,7 @@
<html>
<head>
<title>Test</title>
+ <link rel="icon" href="/favicon.png">
</head>
<body>
<h1>Server</h1>