1
Fork 0

Grote push

This commit is contained in:
Tibo De Peuter 2022-05-19 19:45:43 +02:00
parent 59a757c72a
commit 63dd187fb4
6 changed files with 112 additions and 75 deletions

View file

@ -7,21 +7,19 @@
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="top-bar">
<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>
<p id="waarschuwing" hidden="hidden">
De huidige boom zal overschreven worden bij een nieuwe toevoeging.
</p>
<hr/>
</div>
<div class="header">
<img src="images/wikipedia_edit.png" alt="The Wikipedia Logo but rotated" id="logo">
<h1>Phikipathia</h1>
<p>Philosophy Wikipedia Path visualiser</p>
<p>From Philosophy Wikipedia Path visualiser</p>
</div>
<div id="bar">
<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>
<label id="waarschuwing" hidden="hidden">
<b>Waarschuwing:</b> De huidige boom zal overschreven worden bij een nieuwe toevoeging.
</label>
</div>
<div id="visualisatie">
</div>