68 lines
2.2 KiB
HTML
Executable File
68 lines
2.2 KiB
HTML
Executable File
{% 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" href="/stylesheets/font-awesome/css/font-awesome.min.css">
|
|
</head>
|
|
<body>
|
|
<div class="bar top">
|
|
{{ boardlist.top }}
|
|
</div>
|
|
|
|
<header>
|
|
<h1>{{ settings.title }}</h1>
|
|
<div class="subtitle">{{ settings.subtitle }}</div>
|
|
</header>
|
|
|
|
<img alt="mascot" src="static/lain_is_cute_datass_small.png"/>
|
|
|
|
<div class="ban" id="global">
|
|
<h2>GLOBAL</h2>
|
|
<ol start="0">
|
|
|
|
<li>Do not post in or view any boards if you are under 18
|
|
years of age.</li>
|
|
|
|
<li>Do not post unspoilered adult content on worksafe boards,
|
|
these being any but /l/.</li>
|
|
|
|
<li>Complaining and feature requests should only be made on /q/.</li>
|
|
|
|
<li>Do not spam or advertise.</li>
|
|
|
|
<li>Don't be a dick. Don't bait.</li>
|
|
|
|
<li>Make use of the catalog or you could get your duplicate thread deleted.</li>
|
|
</ol>
|
|
</div>
|
|
|
|
<div class="ban" id="tech">
|
|
<h2>/tech/</h2>
|
|
<ol start="0">
|
|
|
|
<li>This board primarily discusses the technology itself
|
|
underlying consumer products. OS/Browser wars will
|
|
be deleted.</li>
|
|
|
|
</ol>
|
|
</div>
|
|
|
|
<div class="ban" id="lambda">
|
|
<h2>/λ/</h2>
|
|
<ol start="0">
|
|
<li>"Which language should i learn" outside of the beginner general is not allowed. This includes "how do I become a programmer".</li>
|
|
<li> No "religious wars"; keep it rational. It's why we're here and not elsewhere. DO NOT reply to bait threads.</li>
|
|
<li>Electronics threads are for /diy/.</li>
|
|
<li>There should always be a beginner general; check the catalog before you make a new one.</li>
|
|
<li>We ALWAYS need contributors to our board software, located at <a href="https://github.com/lainchan/lainchan/">https://github.com/lainchan/lainchan/</a></li>
|
|
</ol>
|
|
</div>
|
|
</body>
|
|
</html>
|
|
{% endfilter %}
|