Init File: index.html

This commit is contained in:
Erik Römmelt 2018-10-29 18:34:59 +01:00
parent f5b1d28ef8
commit 95f60eb1b0

30
index.html Normal file
View File

@ -0,0 +1,30 @@
<!DOCTYPE html>
<html>
<head>
<title>Index OM</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="style/style.css">
</head>
<body>
<main>
<section class="header">
<h1></h1>
</section>
<section class="menu">
<nav>
<ul>
<li><a href=""></a></li>
<li><a href=""></a></li>
<li><a href=""></a></li>
</ul>
</nav>
</section>
<section class="article">
<article>
<h2></h2>
<p></p>
</article>
</section>
</main>
</body>
</html>