aboutsummaryrefslogtreecommitdiffstats
path: root/yt_basic_template.html
blob: eec9b0dc41964a35a1cd9de6f67a2c829bfb3043 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <title>$page_title</title>
        <link href="/youtube.com/shared.css" type="text/css" rel="stylesheet">
        <link title="Youtube local" href="/youtube.com/opensearch.xml" rel="search" type="application/opensearchdescription+xml">
        <style type="text/css">
$style
        </style>
    </head>
    <body>
$header
        <main>
$page
        </main>
    </body>
</html>