1
Fork 0
This repository has been archived on 2025-06-02. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
2022ST-project-Phikipathia/index.html
2022-05-19 19:45:43 +02:00

28 lines
986 B
HTML

<!doctype html>
<html lang="HTML5">
<head>
<meta charset=UTF-8>
<title>Phikipathia</title>
<link rel="icon" href="./images/wikipedia_edit.png">
<link rel="stylesheet" href="style.css">
</head>
<body>
<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>
</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>
<script src="index.js"></script>
</body>
</html>