Grote push
This commit is contained in:
parent
4bcf82fa3e
commit
847f6650e9
7 changed files with 175 additions and 42 deletions
15
index.html
15
index.html
|
@ -2,20 +2,27 @@
|
|||
<html lang="HTML5">
|
||||
<head>
|
||||
<meta charset=UTF-8>
|
||||
<title>Phikipathia - Philosophy Wikipedia Path</title>
|
||||
<title>Phikipathia</title>
|
||||
<link rel="icon" href="./images/wikipedia_edit.png">
|
||||
<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/>
|
||||
|
||||
<h1>Phikipathia</h1>
|
||||
<h3>Philosophy Wikipedia Path visualiser</h3>
|
||||
<div id="visualisatie">
|
||||
</div>
|
||||
<script src="index.js"></script>
|
||||
</div>
|
||||
<div id="visualisatie">
|
||||
</div>
|
||||
<script src="index.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Reference in a new issue