Browse Source

Init File: index.html

pull/1/head
Erik Römmelt 5 years ago
parent
commit
95f60eb1b0
1 changed files with 30 additions and 0 deletions
  1. 30
    0
      index.html

+ 30
- 0
index.html 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>

Loading…
Cancel
Save