1
Fork 0

Grote push

This commit is contained in:
Tibo De Peuter 2022-05-19 09:07:29 +02:00
parent 2baf09ff6e
commit 4bcf82fa3e
4 changed files with 269 additions and 6 deletions

View file

@ -1,7 +1,21 @@
<html>
<head>
<title>Wikipedia</title>
</head>
<body>
</body>
<!doctype html>
<html lang="HTML5">
<head>
<meta charset=UTF-8>
<title>Phikipathia - Philosophy Wikipedia Path</title>
</head>
<body>
<label for="taal">Taal: </label><input type="text" id="taal" placeholder="en"/>
<label for="start">Startpagina: </label><input type="text" id="start" placeholder="Special:Random"/>
<label for="einde">Eindpunt: </label><input type="text" id="einde" placeholder="Philosophy"/>
<button type="button" id="toevoegKnop">Voeg toe</button>
<hr/>
<h1>Phikipathia</h1>
<h3>Philosophy Wikipedia Path visualiser</h3>
<div id="visualisatie">
</div>
<script src="index.js"></script>
</body>
</html>