Waarschijnlijk laatste push ongeveer
This commit is contained in:
parent
63dd187fb4
commit
631378579d
4 changed files with 29 additions and 11 deletions
15
index.html
15
index.html
|
@ -10,19 +10,24 @@
|
|||
<div class="header">
|
||||
<img src="images/wikipedia_edit.png" alt="The Wikipedia Logo but rotated" id="logo">
|
||||
<h1>Phikipathia</h1>
|
||||
<p>From Philosophy Wikipedia Path visualiser</p>
|
||||
<p><b>Phi</b>losophy Wi<b>ki</b>pedia <b>Path</b> <i>(ia)</i> visualisatie</p>
|
||||
</div>
|
||||
<div id="bar">
|
||||
<label for="taal">Taal: </label><input type="text" id="taal" placeholder="en"/>
|
||||
<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"/>
|
||||
<button type="button" id="toevoegKnop">voeg toe</button>
|
||||
<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.
|
||||
</label>
|
||||
</div>
|
||||
<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>
|
||||
</footer>
|
||||
|
||||
<script src="index.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Reference in a new issue