Files
2022-08-10 13:09:31 +01:00

19 lines
546 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.4.1/p5.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.4.1/addons/p5.sound.min.js"></script>
<script src="js/dat.gui.js"></script>
<link rel="stylesheet" href="css/style.css">
<title>Polyomavirus interaction network</title>
<meta charset="utf-8" />
</head>
<body>
<main>
</main>
<script src="js/data.js"></script>
<script src="js/sketch.js"></script>
</body>
</html>