diff options
author | Alex Vitkov <alexvitkov98@gmail.com> | 2021-02-12 12:48:42 +0200 |
---|---|---|
committer | Alex Vitkov <alexvitkov98@gmail.com> | 2021-02-12 12:48:42 +0200 |
commit | 138ca9bbcbb6cd16f362c1889fc4ab606a9d7300 (patch) | |
tree | 740447e994ff6e1e7d37406fe790315259f33170 | |
parent | dfcfc5da50c86a936124e820530cb72c93fc1a17 (diff) | |
download | fileup-138ca9bbcbb6cd16f362c1889fc4ab606a9d7300.tar.gz |
no favicon requests
-rw-r--r-- | index.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ <html> <head> <meta charset="utf-8"> + <link rel="shortcut icon" href="data:image/x-icon;," type="image/x-icon"> <title>shady file upload</title> <link rel="stylesheet" type="text/css" href="css/style.css"> </head> |