22 lines
566 B
HTML
22 lines
566 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8"/>
|
|
<meta name="vieport" content="width=device-width, initial-scale=1"/>
|
|
<link rel="stylesheet" type="text/css" href="/style.css"/>
|
|
<title>Brown Wall</title>
|
|
</head>
|
|
<body>
|
|
<h1>Brown Wall</h1>
|
|
<h3>A wall which has been hit with a considerable amount of faeces.</h3>
|
|
<noscript>Enable JS to use this application.</noscript>
|
|
<div class="menu-container">
|
|
<menu>
|
|
<h3>Genre</h3>
|
|
<select name="genre" id="genre">Genremenu</select>
|
|
</menu>
|
|
</div>
|
|
</body>
|
|
<script src="main.js"></script>
|
|
</html>
|