mirror of
https://github.com/offen/website.git
synced 2024-11-23 01:20:29 +01:00
51 lines
1.4 KiB
HTML
51 lines
1.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<!-- Begin SEO tag -->
|
|
<title>{% block title %}{% endblock %}</title>
|
|
<meta property="og:locale" content="en" />
|
|
<meta name="description" content="offen is a free and open source analytics software for websites and web applications that allows respectful handling of data." />
|
|
<meta property="og:description" content="offen is a free and open source analytics software for websites and web applications that allows respectful handling of data." />
|
|
<meta property="og:site_name" content="offen" />
|
|
<!-- End SEO tag -->
|
|
|
|
|
|
<link rel="shortcut icon" type="image/x-icon" href="{{ SITEURL }}/theme/images/favicon.ico">
|
|
<link rel="stylesheet" type="text/css" href="{{ SITEURL }}/theme/css/style.css">
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="wrapper">
|
|
|
|
<header>
|
|
<a href="/" title="offen home page" alt="offen home page"><img src="{{ SITEURL }}/theme/images/logo.svg" alt="offen logo" width="165" height="102" class="logo"></a>
|
|
</header>
|
|
|
|
{% block content %}{% endblock %}
|
|
|
|
<footer>
|
|
<ul class="footer-list">
|
|
<li>
|
|
May 2019
|
|
</li>
|
|
<li>
|
|
<a href="https://github.com/offen" title="Offen GitHub" target="_blank">GitHub</a>
|
|
</li>
|
|
<li>
|
|
<a href="mailto:mail@offen.dev" title="Offen Contact" target="_blank">Contact</a>
|
|
</li>
|
|
</ul>
|
|
</footer>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|