34 lines
1.2 KiB
HTML
34 lines
1.2 KiB
HTML
{% 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"/>
|
|
{% if config.font_awesome %}<link rel="stylesheet" href="{{ config.root }}{{ config.font_awesome_css }}">{% endif %}
|
|
</head>
|
|
<body>
|
|
<div class="bar top">{{ boardlist.top }}</div>
|
|
|
|
<header>
|
|
<h1>{{ settings.title }}</h1>
|
|
<div class="subtitle">{{ settings.subtitle }}</div>
|
|
</header>
|
|
<center>
|
|
<img alt="mascot" src="/static/lain_is_cute_datass_small.png"/>
|
|
</center>
|
|
<div class="ban">
|
|
<h2>Thanks for donating</h2>
|
|
<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.
|
|
</p>
|
|
|
|
<p>https://www.stickermule.com/marketplace/tags/lainchan</p>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|
|
{% endfilter %}
|