2014-09-28 15:43:09 -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
{% if config.font_awesome %}< link rel = "stylesheet" href = "{{ config.root }}{{ config.font_awesome_css }}" > {% endif %}
2014-09-28 15:43:09 -04:00
< / head >
< body >
2014-12-17 00:14:26 -05:00
< div class = "bar top" > {{ boardlist.top }}< / div >
2014-09-28 15:43:09 -04:00
< header >
< h1 > {{ settings.title }}< / h1 >
< div class = "subtitle" > {{ settings.subtitle }}< / div >
< / header >
2016-09-23 09:39:21 -04:00
< center >
2014-11-12 19:31:31 -05:00
< img alt = "mascot" src = "/static/lain_is_cute_datass_small.png" / >
2016-09-23 09:39:21 -04:00
< / center >
< div class = "ban" >
2015-09-12 16:25:06 -04:00
< h2 > Thanks for donating< / h2 >
2016-09-23 09:39:21 -04: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 16:25:06 -04:00
< / p >
< p > https://www.stickermule.com/marketplace/tags/lainchan< / p >
2014-09-28 15:43:09 -04:00
< / div >
2016-09-23 09:39:21 -04:00
2014-09-28 15:43:09 -04:00
< / body >
< / html >
{% endfilter %}