1
Fork 0
This commit is contained in:
Tibo De Peuter 2022-05-19 21:50:37 +02:00
parent 631378579d
commit 8ae95f3e0d
3 changed files with 54 additions and 25 deletions

View file

@ -13,9 +13,12 @@
<p><b>Phi</b>losophy Wi<b>ki</b>pedia <b>Path</b> <i>(ia)</i> visualisatie</p>
</div>
<div class="box">
<label for="taal">Taal: </label><input type="text" id="taal" placeholder="en" oninput="inputWaarschuwing()"/>
<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" oninput="inputWaarschuwing()"/>
<label for="taal">Taal: </label>
<input type="text" id="taal" placeholder="en" oninput="inputWaarschuwing()"/>
<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" oninput="inputWaarschuwing()"/>
<button type="button" id="toevoegKnop" onclick="zoek()">voeg toe</button>
<label id="waarschuwing" hidden="hidden">
<b>Waarschuwing:</b> De huidige boom zal overschreven worden bij een nieuwe toevoeging.
@ -24,8 +27,12 @@
<div id="visualisatie">
</div>
<footer class="box">
<p>Deze pagina visualiseert een fenomeen waarbij je door steeds op de eerste link van een Wikipedia-pagina te klikken, bij <a href="https://en.wikipedia.org/wiki/Philosophy">filosofie</a> uitkomt. Lees er <a href="https://en.wikipedia.org/wiki/Wikipedia:Getting_to_Philosophy">hier</a> meer over.</p>
<p>© 2022 Tibo De Peuter</p>
<p>
Deze pagina visualiseert een fenomeen waarbij je door steeds op de eerste link van een Wikipedia-pagina te klikken,
bij <a href="https://en.wikipedia.org/wiki/Philosophy">filosofie</a> uitkomt. Lees er
<a href="https://en.wikipedia.org/wiki/Wikipedia:Getting_to_Philosophy">hier</a> meer over.
</p>
<small>© 2022 Tibo De Peuter</small>
</footer>
<script src="index.js"></script>