page.html - twitch-go - twitch.tv web application in Go | |
git clone git://git.codemadness.org/twitch-go | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
page.html (1010B) | |
--- | |
1 <!DOCTYPE html> | |
2 <html> | |
3 <head> | |
4 <title>{{template "title" .}} - Twitch.tv</title> | |
5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-… | |
6 <meta http-equiv="Content-Language" content="en" /> | |
7 <link href="/twitch.css" rel="stylesheet" type="text/css" /> | |
8 </head> | |
9 <body class="{{template "class"}}"> | |
10 <div id="menuwrap"><div id="menu"><span id="links"> | |
11 <form method="get" action="/playlist"> | |
12 <a href="/featured">Featured</a> | | |
13 <a href="/games">Games</a> | | |
14 <a href="/vods">VODS</a> | | |
15 <a href="https://git.codemadness.org/twitch-go/">Source-code</a>… | |
16 <a href="/twitch.sh">SH version</a> | | |
17 <a href="/links">Links</a> | |
18 | |
19 <span style="float: right"><input type="text" name="c" size="16"… | |
20 <div class="clearfix"></div> | |
21 </form> | |
22 </span></div></div> | |
23 <hr class="hidden" /> | |
24 <div id="mainwrap"> | |
25 <div id="main"> | |
26 <h1><a href="">{{template "title" .}}</a></h1> | |
27 {{template "content" .}} | |
28 </div> | |
29 </div> | |
30 </body> | |
31 </html> |