diff options
| author | davy <davy.wybiral@gmail.com> | 2019-07-02 09:39:11 -0500 |
|---|---|---|
| committer | davy <davy.wybiral@gmail.com> | 2019-07-02 09:39:11 -0500 |
| commit | 1e680cef7bacce567d12a1d79e19406c9992d611 (patch) | |
| tree | 7b56284dbd349d29bbd61a7738dc6a00d8654dfb /templates | |
| parent | c0bbabf69f0629ca7736ec7504928578dd6667f1 (diff) | |
improve css
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/index.html b/templates/index.html index ab91c8a..aa772c6 100644 --- a/templates/index.html +++ b/templates/index.html @@ -5,7 +5,7 @@ <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" type="image/x-icon" href="/static/favicon.ico">
- <link rel="stylesheet" type="text/css" href="/static/css/index.css">
+ <link rel="stylesheet" type="text/css" href="/static/theme.css">
</head>
<body>
<nav><a href="/">Tube</a></nav>
@@ -20,7 +20,7 @@ <video id="video" controls></video>
{{ end }}
</div>
- <div id="sidebar">
+ <div id="playlist">
{{ range $m := .Playlist }}
{{ if eq $m.ID $playing.ID }}
<a href="/v/{{ $m.ID }}" class="playing">
|
