Untitled
4 years ago in Plain Text
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"> <style>
#nav{
color: #70ff46;
text-decoration: none;
}
</style>
</head>
<body>
<header>
<table>
<tr>
<th><b>Simis Hotdogs</b></th>
<th>&emsp;<a href="about.html" id="nav">Über Uns</a></th><th>
&emsp;&emsp;&emsp;<a href="index.html#order" id="nav">Jetzt bestellen</a>
</th>
</tr>
</table>
</header><hr>
<h1>Über uns</h1>
<b>Die besten Hotdogs dieses Hauses seit 2020!</b><br><br><br><h1>Credits:</h1>
Köchin: <b>Joanna Roßberg</b><br>
Programmierer: <b>Simon Roßberg</b><br>
Hilfe beim Formular-Design: <b>Arne Roßberg</b>
</body>
</html>