blob: 39d0a3b066e89f0cf2aba9bfec84ec7ee1db2ea3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<!doctype html>
<html>
<head>
<title>bucky</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<link rel="stylesheet" href="/assets/css/bucky.css?<%= buildDate %>">
<link rel="stylesheet" href="/assets/css/hootstream.css?<%= buildDate %>">
<link rel="stylesheet" href="/assets/css/audioplayer.css?<%= buildDate %>">
<meta name="_csrf" value="<%= csrfToken %>">
</head>
<body class="loading stream">
<header>
<a href="/stream" class="headline"><h1><%= title %></h1></a>
<% include ../partials/searchform %>
</header>
<content>
<% include ../hootstream/index %>
<% include ../partials/footer %>
|