mirror of
https://github.com/quentinrsl/polyomavirus-bonds-animation.git
synced 2026-02-09 02:00:17 +01:00
Add files via upload
This commit is contained in:
18
index.html
Normal file
18
index.html
Normal file
@@ -0,0 +1,18 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user