Prevent client favicon requests

This commit is contained in:
Sergey Stepanov 2021-08-30 16:28:24 +03:00
parent e505282dbf
commit e7a2b6a33e
No known key found for this signature in database
GPG key ID: A56B4929BAA8556B

2
web/index.html vendored
View file

@ -14,6 +14,8 @@
<meta property="og:site_name" content="Cloud Retro"/>
<meta property="og:author" content="giongto35 trichimtrich"/>
<link rel="icon" href="data:,">
<link href="/static/css/main.css?4" rel="stylesheet">
<link href="/static/css/ui.css?v=1" rel="stylesheet">
</head>