mirror of
https://github.com/offen/website.git
synced 2024-11-22 17:10:29 +01:00
38 lines
678 B
HTML
38 lines
678 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<title>offen - Categories</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>Categories on offen</h1>
|
|
<ul>
|
|
</ul>
|
|
|
|
<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> |