feat: favicon

This commit is contained in:
HeshamTB 2023-09-14 22:26:06 +03:00
parent 4a1a254026
commit aef6deb8d6
2 changed files with 2 additions and 1 deletions

BIN
assets/images/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -4,9 +4,10 @@
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="robots" content="follow, index, max-snippet:-1, max-video-preview:-1, max-image-preview:large"/> <meta name="robots" content="follow, index, max-snippet:-1, max-video-preview:-1, max-image-preview:large"/>
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Download or playback videos and music in full quality"> <meta name="description" content="Viddl is the fastest tool for you Download videos and music in full quality for free. Save your memories and your favorite videos and clips from online platforms">
<meta name="keywords" content="Download, Youtube, yt-dlp, MP3, Convert"> <meta name="keywords" content="Download, Youtube, yt-dlp, MP3, Convert">
<link rel="stylesheet" href="/static/static/css/pico.min.css"> <link rel="stylesheet" href="/static/static/css/pico.min.css">
<link rel="icon" type="image/x-icon" href="/assets/images/favicon.ico">
<script src="https://unpkg.com/htmx.org@1.9.5"></script> <script src="https://unpkg.com/htmx.org@1.9.5"></script>
<title>Viddle your fiddle</title> <title>Viddle your fiddle</title>
</head> </head>