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.
50 lines
953 B
50 lines
953 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="index.html">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>
|
|
|
|
<video controls autoplay>
|
|
<source src="movie.mp4" type="video/mp4">
|
|
Your browser does not support the video tag.
|
|
</video>
|
|
|
|
</body>
|
|
</html>
|
|
|