You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
49 lines
899 B
49 lines
899 B
<!DOCTYPE html>
|
|
<html lang="en" dir="ltr">
|
|
<head>
|
|
<link rel="stylesheet" href="styles.css">
|
|
<meta charset="utf-8">
|
|
<title>Start</title>
|
|
</head>
|
|
<nav>
|
|
|
|
<div class="menu-bar">
|
|
<ul>
|
|
<li>Sonneberger Persönlichkeiten</li>
|
|
<li><a href="#">Start</a></li>
|
|
<li><a href="Politik.html">Politik</a>
|
|
|
|
|
|
</li>
|
|
|
|
<li><a href="Sport.html">Sport</a>
|
|
|
|
|
|
</li>
|
|
|
|
<li><a href="Wirtschaft.html">Wirtschaft</a>
|
|
|
|
|
|
</li>
|
|
|
|
<li><a href="Gesundheitswesen.html">Gesundheitswesen</a>
|
|
|
|
</li>
|
|
<li><a href="Forschung.html">Forschung</a>
|
|
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
|
|
</nav>
|
|
<body>
|
|
<div class="bg">
|
|
|
|
</div>
|
|
<div class="video">
|
|
<video src="movie.mp4" autoplay poster=""></video>
|
|
</div>
|
|
|
|
|
|
</body>
|
|
</html>
|
|
|