2014-09-28 19:43:09 +00: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 05:12:54 +00:00
{% if config.font_awesome %}< link rel = "stylesheet" href = "{{ config.root }}{{ config.font_awesome_css }}" > {% endif %}
2014-09-28 19:43:09 +00:00
< / head >
< body >
2014-12-17 05:14:26 +00:00
< div class = "bar top" > {{ boardlist.top }}< / div >
2014-09-28 19:43:09 +00:00
< header >
< h1 > {{ settings.title }}< / h1 >
< div class = "subtitle" > {{ settings.subtitle }}< / div >
< / header >
2016-09-23 13:39:21 +00:00
< center >
2014-11-13 00:31:31 +00:00
< img alt = "mascot" src = "/static/lain_is_cute_datass_small.png" / >
2016-09-23 13:39:21 +00:00
< / center >
< div class = "ban" >
2015-09-12 20:25:06 +00:00
< h2 > Thanks for donating< / h2 >
2016-09-23 13:39:21 +00:00
< p > The server costs $55 per month. If you buy stickers we get about 45-55% of whatever you spend. ForeverN2Dust is the top donator, giving about $3000. FOOFDOOF is #2 with $1000 and lots of cheap Chinese shit. Please specify what you'd like your money to go towards. We spent $100 for advertising in March.
2015-09-12 20:25:06 +00:00
< / p >
< p > https://www.stickermule.com/marketplace/tags/lainchan< / p >
2014-09-28 19:43:09 +00:00
< / div >
2016-09-23 13:39:21 +00:00
2014-09-28 19:43:09 +00:00
< / body >
< / html >
{% endfilter %}