xxxxxxxxxx
18
<html lang="en">
<head>
<script src="p5.js"></script>
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.5.0/p5.js"></script>-->
<link rel="stylesheet" type="text/css" href="style.css">
<meta charset="utf-8">
</head>
<body>
<script src="daten/datenpunkte.js"></script>
<script src="code/k_naechste_nachbarn.js"></script>
<script src="code/gui.js"></script>
<script src="code/main.js"></script>
<h1>Animal Detector I</h1>
</body>
</html>