2020-04-26 22:05:19 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<title>{{ title }}</title>
|
2020-08-06 12:47:06 +00:00
|
|
|
<link rel="stylesheet" href="/css/modern-normalize.css">
|
|
|
|
<link href="/css/style.css" rel="stylesheet">
|
|
|
|
<link rel="shortcut icon" href="/images/love-mark-square.png" type="image/x-icon">
|
2020-04-26 22:05:19 +00:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body id="get-love-page">
|
|
|
|
<div id="wrapper">
|
|
|
|
<h1>{{ title }}</h1>
|
|
|
|
{{ markdown | safe }}
|
|
|
|
<div class="spacer"></div>
|
|
|
|
<footer>
|
|
|
|
<div>
|
|
|
|
<a class="hide-external" href="https://holllo.cc">
|
2020-08-06 12:47:06 +00:00
|
|
|
<img src="/images/holllo-mark.png" alt="Made by Holllo">
|
2020-04-26 22:05:19 +00:00
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
<div>
|
|
|
|
<a id="liberapay-button" class="hide-external" href="https://liberapay.com/Holllo/donate">
|
2020-08-06 12:47:06 +00:00
|
|
|
<img src="/images/liberapay-button.svg" alt="Support Holllo via LiberaPay">
|
2020-04-26 22:05:19 +00:00
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</footer>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|