Add favicon

This commit is contained in:
nxshock 2021-09-24 23:01:35 +05:00 committed by GitHub
parent 8fdf820bc4
commit 15cd01725b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,7 @@
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>File Storage</title> <title>File Storage</title>
<link rel="icon" href="data:image/svg+xml;utf8,<svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; stroke=&quot;none&quot; viewBox=&quot;0 0 30 30&quot;><path d=&quot;M 5,30 10,20 H 0 l 5,10&quot; fill=&quot;#cc6666&quot;/><path d=&quot;M 5,10 0,20 H 10 L 5,10&quot; fill=&quot;#de935f&quot;/><path d=&quot;M 15,20 20,10 H 10 l 5,10&quot; fill=&quot;#f0c674&quot;/><path d=&quot;M 15,0 10,10 H 20 L 15,0&quot; fill=&quot;#b5bd68&quot;/><path d=&quot;M 25,30 30,20 H 20 l 5,10&quot; fill=&quot;#8abeb7&quot;/><path d=&quot;M 25,10 20,20 H 30 L 25,10&quot; fill=&quot;#81a2be&quot;/></svg>">
<style> <style>
* { * {
font-family: Verdana; font-family: Verdana;