l109/database website po /menu.php

<!DOCTYPE html> <html lang="en"> <head> <link rel="stylesheet" href="menubalk.css"> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> </head> <body> <div class="menubalk"> <a href="index.php">Home</a> <a href="acteurs.php">Acteurs</a> <a href="films.php">Films</a> <a href="streamingsdiensten.php">Streamingsdiensten</a> <a href="inloggen.php">Inloggen</a> <input type="text" id="zoeken" placeholder="Zoeken"> </div> </body> </html>

Resultaat

Made by Thijs Aarnoudse