Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
jcponce committed Jul 8, 2024
1 parent 2237383 commit d9b4a15
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions sketches/particle-life/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<script src="Particle_life/processing.min.js"></script>

<style>
<style type="text/css">
canvas {
outline: 0px;
position: absolute;
Expand All @@ -19,9 +19,7 @@
width: 100%;
height: 100%;
}
</style>

<style type="text/css">
.footer {
position: fixed;
text-align: center;
Expand Down Expand Up @@ -85,7 +83,7 @@
</center>

<audio id="audioPlayer"
src="https://topologia-general.github.io/sketches/audio/spenta-mainyu-jesse-gallagher.mp3"></audio>
src="https://topologia-general.github.io/sketches/audio/spenta-mainyu-jesse-gallagher.mp3" loop></audio>
<div id="overlay">
<button id="startButton">Click to Start Music</button>
</div>
Expand Down

0 comments on commit d9b4a15

Please sign in to comment.