2015-02-14 00:12:54 -05:00
|
|
|
{% filter remove_whitespace %}
|
|
|
|
<!DOCTYPE html>
|
2016-09-23 09:40:22 -04:00
|
|
|
<html>
|
2015-02-14 00:12:54 -05:00
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
|
2017-03-03 01:20:07 -05:00
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
2017-04-27 12:16:56 -04:00
|
|
|
<script type='text/javascript'>
|
|
|
|
var active_page = "irc";
|
|
|
|
</script>
|
2015-02-14 00:12:54 -05:00
|
|
|
<title>{{ settings.title }}</title>
|
2017-04-27 12:16:56 -04:00
|
|
|
{% include 'header.html' %}
|
2016-09-23 09:40:22 -04:00
|
|
|
<link rel="stylesheet" media="screen" href="/stylesheets/dark_irc.css"/>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="bar top">
|
|
|
|
{{ boardlist.top }}
|
2015-02-14 00:12:54 -05:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<header>
|
|
|
|
<h1>{{ settings.title }}</h1>
|
|
|
|
<div class="subtitle">{{ settings.subtitle }}</div>
|
|
|
|
</header>
|
|
|
|
|
|
|
|
|
2016-09-23 09:40:22 -04:00
|
|
|
<div class="ban" style="text-align: left!important;">
|
2016-12-10 04:24:58 -05:00
|
|
|
<h2>Web Client - Point your own clients to #{{ settings.channel }} on {{ settings.server }}:+{{ settings.port }} .</h2>
|
|
|
|
<iframe src="https://kiwiirc.com/client/{{ settings.server }}:+{{ settings.port }}/#{{ settings.channel }}" width="800px" height="100%" scrolling="no"></iframe>
|
2015-02-14 00:12:54 -05:00
|
|
|
</div>
|
2017-04-27 12:16:56 -04:00
|
|
|
<div class="pages"></div>
|
|
|
|
<script type="text/javascript">{% raw %}
|
|
|
|
ready();
|
|
|
|
{% endraw %}</script>
|
2015-02-14 00:12:54 -05:00
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
{% endfilter %}
|