forked from leftypol/leftypol
Update templates for new stylesheets
This commit is contained in:
parent
addf730393
commit
2049f4d8f8
13 changed files with 148 additions and 9 deletions
29
templates/themes/irc/radio.html
Normal file
29
templates/themes/irc/radio.html
Normal file
|
@ -0,0 +1,29 @@
|
|||
{% filter remove_whitespace %}
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
|
||||
<title>{{ settings.title }}</title>
|
||||
<link rel="shortcut icon" href="/favicon.png">
|
||||
<link rel="stylesheet" media="screen" href="/stylesheets/style.css"/>
|
||||
<link rel="stylesheet" media="screen" href="/stylesheets/dark.css"/>
|
||||
<link rel="stylesheet" media="screen" href="/stylesheets/dark_irc.css"/>
|
||||
</head>
|
||||
<body>
|
||||
<div class="bar top">
|
||||
{{ boardlist.top }}
|
||||
</div>
|
||||
|
||||
<header>
|
||||
<h1>{{ settings.title }}</h1>
|
||||
<div class="subtitle">{{ settings.subtitle }}</div>
|
||||
</header>
|
||||
|
||||
|
||||
<div class="ban" style="text-align: left!important;">
|
||||
<h2>Web Client - Point your own clients to #lainchan on irc.freenode.net.</h2>
|
||||
<iframe src="https://webchat.freenode.net?channels=%23lainchan&uio=MTE9MTMz98" width="766" height="400"></iframe>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
{% endfilter %}
|
Loading…
Add table
Add a link
Reference in a new issue