l204/index.php

<!DOCTYPE html> <html lang="en"> <head> <link rel="stylesheet" href="style/style.css"> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> </head> <body id="Homepage"> <html><h1>homepagina</h1></html> <button onclick="location.href='Auto.php'">Auto</button> <button onclick="location.href='coureur.php'">coureurs</button> <button onclick="location.href='Races.php'">Races</button> <button onclick="location.href='Resultaten.php'">Resultaten</button> <h2>in deze database zie je alle informatie over de auto's, races, coureurs en de resultaten</h2> </body> </html>

Resultaat

Made by Thijs Aarnoudse