diff options
author | James Taylor <user234683@users.noreply.github.com> | 2018-08-20 00:19:16 -0700 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2018-08-20 00:19:16 -0700 |
commit | 3bbf998a74bd9a285c5fc319e0ea9fb9b8ae2dd9 (patch) | |
tree | f7dcf71208fba6a642bbbf6d258d1a198e04e34d /yt_watch_template.html | |
parent | 9cb1732904699c832eba998d3eb219b4e279930b (diff) | |
download | yt-local-3bbf998a74bd9a285c5fc319e0ea9fb9b8ae2dd9.tar.lz yt-local-3bbf998a74bd9a285c5fc319e0ea9fb9b8ae2dd9.tar.xz yt-local-3bbf998a74bd9a285c5fc319e0ea9fb9b8ae2dd9.zip |
Add favicon
Diffstat (limited to 'yt_watch_template.html')
-rw-r--r-- | yt_watch_template.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yt_watch_template.html b/yt_watch_template.html index e34066f..5279f6f 100644 --- a/yt_watch_template.html +++ b/yt_watch_template.html @@ -5,6 +5,7 @@ <title>$page_title</title> <link href="/youtube.com/shared.css" type="text/css" rel="stylesheet"> <link href="/youtube.com/comments.css" type="text/css" rel="stylesheet"> + <link href="/youtube.com/favicon.ico" type="image/x-icon" rel="icon"> <link title="Youtube local" href="/youtube.com/opensearch.xml" rel="search" type="application/opensearchdescription+xml"> <style type="text/css"> main{ |