2017-08-03 16:05:28 +02:00
|
|
|
<!doctype html>
|
2017-08-07 19:42:20 +02:00
|
|
|
<html lang=en prefix='og: http://ogp.me/ns#'>
|
2017-08-03 16:05:28 +02:00
|
|
|
<head>
|
|
|
|
<title>Forget</title>
|
2017-08-04 01:52:18 +02:00
|
|
|
<link rel='stylesheet' href='{{ url_for("static", filename="style.css") }}' />
|
|
|
|
<meta name='viewport' content='width=device-width, initial-scale=1'>
|
|
|
|
<link rel='icon' href='{{ url_for("static", filename="icon.png") }}' />
|
2017-08-07 19:42:20 +02:00
|
|
|
<meta name='og:title' content='Forget'/>
|
|
|
|
<meta name='og:description' content='Let your old bad posts be forgotten'/>
|
|
|
|
<meta name='og:image' content='{{ url_for("static", filename="logotype.png", _external=True) }}'/>
|
|
|
|
<meta name='og:image:alt' content='Forget'/>
|
|
|
|
<meta name='og:type' content='website' />
|
|
|
|
<meta name='twitter:card' content='summary' />
|
|
|
|
<meta name='twitter:site:id' content='808418'/>
|
2017-08-03 16:05:28 +02:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<header>
|
|
|
|
<h1>Forget</h1>
|
|
|
|
</header>
|
|
|
|
{% block body %}{% endblock %}
|
|
|
|
</body>
|
|
|
|
</html>
|