aboutsummaryrefslogtreecommitdiffstats
path: root/yt_subscriptions_template.html
diff options
context:
space:
mode:
authorJames Taylor <user234683@users.noreply.github.com>2019-02-16 16:56:46 -0800
committerJames Taylor <user234683@users.noreply.github.com>2019-02-16 16:56:46 -0800
commit24642455d0dc5841ddec99f456598c4f763c1e8a (patch)
tree74859d4200dddc3c4c011ead4aefb12e252aabb5 /yt_subscriptions_template.html
parent4a54c4fe301f37ae63e98defe8240a5d526361c6 (diff)
downloadyt-local-24642455d0dc5841ddec99f456598c4f763c1e8a.tar.lz
yt-local-24642455d0dc5841ddec99f456598c4f763c1e8a.tar.xz
yt-local-24642455d0dc5841ddec99f456598c4f763c1e8a.zip
subscriptions page
Diffstat (limited to 'yt_subscriptions_template.html')
-rw-r--r--yt_subscriptions_template.html24
1 files changed, 24 insertions, 0 deletions
diff --git a/yt_subscriptions_template.html b/yt_subscriptions_template.html
new file mode 100644
index 0000000..8477d25
--- /dev/null
+++ b/yt_subscriptions_template.html
@@ -0,0 +1,24 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="utf-8">
+ <title>Subscriptions</title>
+ <link href="/youtube.com/shared.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">
+ .item-list{
+ width:1000px;
+ }
+ </style>
+ </head>
+ <body>
+$header
+ <main>
+$items
+ <nav class="page-button-row">
+$page_buttons
+ </nav>
+ </main>
+ </body>
+</html>