2014-09-28 15:43:24 -04:00
{% 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" / >
2015-02-14 00:12:54 -05:00
< link rel = "stylesheet" href = "/stylesheets/font-awesome/css/font-awesome.min.css" >
2014-09-28 15:43:24 -04:00
< / head >
< body >
2014-12-17 00:14:26 -05:00
< div class = "bar top" >
2014-11-12 19:32:01 -05:00
{{ boardlist.top }}
< / div >
2014-09-28 15:43:24 -04:00
< 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,
2015-02-07 00:30:44 -05:00
these being any but /l/.< / li >
2014-09-28 15:43:24 -04:00
2015-02-07 00:30:44 -05:00
< li > Complaining and feature requests should only be made on /q/.< / li >
2014-09-28 15:43:24 -04:00
< li > Do not spam or advertise.< / li >
2015-02-07 00:30:44 -05:00
< li > Don't be a dick. Don't bait.< / li >
2014-11-12 19:32:01 -05:00
< li > Make use of the catalog or you could get your duplicate thread deleted.< / li >
2014-09-28 15:43:24 -04:00
< / ol >
< / div >
< div class = "ban" id = "tech" >
< h2 > /tech/< / h2 >
< ol start = "0" >
< li > This board primarily discusses the technology itself
2014-11-12 19:32:01 -05:00
underlying consumer products. OS/Browser wars will
2014-09-28 15:43:24 -04:00
be deleted.< / li >
2014-11-12 19:32:01 -05:00
2014-09-28 15:43:24 -04:00
< / ol >
< / div >
2014-11-12 19:32:01 -05:00
< 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 >
2014-09-28 15:43:24 -04:00
< / body >
< / html >
{% endfilter %}