Skip to content
This repository was archived by the owner on Sep 22, 2024. It is now read-only.

Commit 1f4ef51

Browse files
authored
Merge pull request #119 from 201flaviosilva-labs/master
fix some html imports
2 parents 55f7606 + 8a89194 commit 1f4ef51

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

chp04_systems/NOC_4_08_ParticleSystemSmoke_WEBGL/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<body>
1111
<script src="particle.js"></script>
12-
<script src="particle_system.js"></script>
12+
<script src="particlesystem.js"></script>
1313
<script src="sketch.js"></script>
1414
</body>
1515

chp09_ga/NOC_9_01_GA_Shakespeare/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
<script src="sketch.js"></script>
1414
</body>
1515

16-
</html>
16+
</html>

0 commit comments

Comments
 (0)