Meta Description" name="description" />
<!DOCTYPE html>
<html>
<head>
<title>Toppbanner annonse</title>
<style>
#banner {
width: 1000px;
height: 300px;
background-color: #F44336;
color: #FFFFFF;
text-align: center;
font-size: 72px;
font-weight: bold;
padding-top: 100px;
}
</style>
</head>
<body>
<div id="banner">
Dette er en toppbanner annonse
</div>
</body>
</html>