aboutsummaryrefslogtreecommitdiffstats
path: root/yt_subscriptions_template.html
blob: 6395b6cf9e16762f3b07fc3ccce4ccd201694ac6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!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>
            <form method="POST">
                <input type="submit" value="refresh">
                <input type="hidden" name="action" value="refresh">
            </form>
$items
            <nav class="page-button-row">
$page_buttons
            </nav>
        </main>
    </body>
</html>