2
0
mirror of https://github.com/offen/website.git synced 2024-10-19 04:20:28 +02:00
website/output/index.html

47 lines
844 B
HTML
Raw Normal View History

2019-05-21 09:41:23 +02:00
<!DOCTYPE html>
<html lang="en">
2019-05-21 23:01:57 +02:00
2019-05-21 09:41:23 +02:00
<head>
2019-05-21 23:01:57 +02:00
<title></title>
2019-05-24 09:17:16 +02:00
<link rel="stylesheet" type="text/css" href="/css/style.css">
2019-05-21 09:41:23 +02:00
</head>
2019-05-21 23:01:57 +02:00
<body>
<div class="wrapper">
<header>
2019-05-24 09:17:16 +02:00
<a href="/" title="offen home page" alt="offen home page"><img src="/img/logo.svg" alt="offen logo" width="165" height="102" class="logo"></a>
2019-05-21 23:01:57 +02:00
</header>
<section>
<h2>
<strong>offen</strong> is a free analysis software for websites and web applications that allows a fair handling of data.
</h2>
2019-05-24 09:17:16 +02:00
THIS IS THE INDEX PAGE
2019-05-21 23:01:57 +02:00
2019-05-24 09:17:16 +02:00
<p><a href="/deepdive.html" class="btn">Deep Dive</a></p>
2019-05-21 23:01:57 +02:00
2019-05-21 09:41:23 +02:00
</section>
2019-05-21 23:01:57 +02:00
<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>
2019-05-24 09:17:16 +02:00
<a href="mailto:mail@offen.dev" title="Offen Contact" target="_blank">Contact</a>
2019-05-21 23:01:57 +02:00
</li>
</ul>
</footer>
</div>
2019-05-21 09:41:23 +02:00
</body>
</html>