diff options
author | James Taylor <user234683@users.noreply.github.com> | 2018-07-08 18:38:06 -0700 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2018-07-08 18:40:39 -0700 |
commit | 52835db0a83e071ffe72be80fa68445c370b47cb (patch) | |
tree | 1162c190d1ccfb5e5e86f1af2587728f4d03f115 /yt_basic_template.html | |
parent | f4024573dcbd4a19e7138814bbc54ac0a653f3d3 (diff) | |
download | yt-local-52835db0a83e071ffe72be80fa68445c370b47cb.tar.lz yt-local-52835db0a83e071ffe72be80fa68445c370b47cb.tar.xz yt-local-52835db0a83e071ffe72be80fa68445c370b47cb.zip |
add support for viewing local playlists
Diffstat (limited to 'yt_basic_template.html')
-rw-r--r-- | yt_basic_template.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/yt_basic_template.html b/yt_basic_template.html new file mode 100644 index 0000000..f884a02 --- /dev/null +++ b/yt_basic_template.html @@ -0,0 +1,17 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="utf-8"> + <title>$page_title</title> + <link href="/youtube.com/shared.css" type="text/css" rel="stylesheet"> + <style type="text/css"> +$style + </style> + </head> + <body> +$header + <main> +$page + </main> + </body> +</html>
\ No newline at end of file |