diff options
Diffstat (limited to 'files')
-rw-r--r-- | files/favicon.ico | bin | 1406 -> 0 bytes | |||
-rw-r--r-- | files/favicon.png | bin | 0 -> 7318 bytes | |||
-rw-r--r-- | files/index.html | 1 |
3 files changed, 1 insertions, 0 deletions
diff --git a/files/favicon.ico b/files/favicon.ico Binary files differdeleted file mode 100644 index 91a517f..0000000 --- a/files/favicon.ico +++ /dev/null diff --git a/files/favicon.png b/files/favicon.png Binary files differnew file mode 100644 index 0000000..268246c --- /dev/null +++ b/files/favicon.png 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> |