Spaces:
Running
Running
Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
-
<title>
|
| 7 |
<style>
|
| 8 |
body {
|
| 9 |
margin: 0;
|
|
@@ -23,6 +23,6 @@
|
|
| 23 |
<!-- Include p5.js library from CDN -->
|
| 24 |
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.4.2/p5.min.js"></script>
|
| 25 |
<!-- Include your simulation script -->
|
| 26 |
-
<script src="
|
| 27 |
</body>
|
| 28 |
</html>
|
|
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>Gamme inducer</title>
|
| 7 |
<style>
|
| 8 |
body {
|
| 9 |
margin: 0;
|
|
|
|
| 23 |
<!-- Include p5.js library from CDN -->
|
| 24 |
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.4.2/p5.min.js"></script>
|
| 25 |
<!-- Include your simulation script -->
|
| 26 |
+
<script src="stim2.js"></script>
|
| 27 |
</body>
|
| 28 |
</html>
|