Dynamic menu basis

This commit is contained in:
Nox Sluijtman 2023-07-04 22:27:06 +02:00
parent 0c8797cfc4
commit 89bffd0f62
4 changed files with 54 additions and 9 deletions

View file

@ -10,11 +10,7 @@
<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 id="menu-container" class="menu-container">
</div>
</body>
<script src="main.js"></script>