2
0
mirror of https://github.com/offen/website.git synced 2024-10-18 20:20:24 +02:00
website/output/pages/test-page.html

40 lines
687 B
HTML
Raw Normal View History

2019-05-21 23:01:57 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<title>offen - Test Page</title>
<link rel="stylesheet" type="text/css" href="/theme/style.css">
</head>
<body>
<div class="wrapper">
<header>
<a href="/" title="offen home page" alt="offen home page"><img src="/theme/logo.svg" alt="offen logo" width="165" height="102" class="logo"></a>
</header>
<h1>Test Page</h1>
<p>This is a test page.</p>
<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">Contakt</a>
</li>
</ul>
</footer>
</div>
</body>
</html>