aboutsummaryrefslogtreecommitdiffstats
path: root/yt_basic_template.html
diff options
context:
space:
mode:
authorJames Taylor <user234683@users.noreply.github.com>2018-07-08 18:38:06 -0700
committerJames Taylor <user234683@users.noreply.github.com>2018-07-08 18:40:39 -0700
commit52835db0a83e071ffe72be80fa68445c370b47cb (patch)
tree1162c190d1ccfb5e5e86f1af2587728f4d03f115 /yt_basic_template.html
parentf4024573dcbd4a19e7138814bbc54ac0a653f3d3 (diff)
downloadyt-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.html17
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