47 lines
1.1 KiB
HTML
47 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title></title>
|
|
<meta charset="utf-8" />
|
|
<link rel="stylesheet"
|
|
href="http://yui.yahooapis.com/pure/0.3.0/pure-min.css">
|
|
<style type="text/css" media="screen">
|
|
.legal {
|
|
font-size: 87.5%;
|
|
border-top: 1px solid rgb(238, 238, 238);
|
|
padding: 0.5em 1.1429em;
|
|
background: none repeat scroll 0% 0% rgb(250, 250, 250);
|
|
line-height: 1.6em;
|
|
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<header id="home">
|
|
<div class="pure-menu pure-menu-open pure-menu-horizontal">
|
|
<ul>
|
|
<li><a href="#home">Home</a></li>
|
|
<li><a href="#status">Status</a></li>
|
|
<li><a href="#bericht">Bericht</a></li>
|
|
<li><a href="#team">Team</a></li>
|
|
</ul>
|
|
</div>
|
|
</header>
|
|
<section id="status">
|
|
<h2>Status</h2>
|
|
Coming soon!
|
|
</section>
|
|
<section id="bericht">
|
|
<h2>Bericht</h2>
|
|
<a href="/bericht.pdf" class="pure-button pure-button-primary">Download</a>
|
|
</section>
|
|
<section id="team">
|
|
<h2>Team</h2>
|
|
Coming soon!
|
|
</section>
|
|
<footer class="legal">
|
|
(C) Company
|
|
</footer>
|
|
</body>
|
|
</html>
|