mirror of
https://github.com/quentinrsl/polyomavirus-bonds-animation.git
synced 2026-02-09 02:00:17 +01:00
19 lines
546 B
HTML
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>
|