Skip to content

Commit

Permalink
ciao
Browse files Browse the repository at this point in the history
  • Loading branch information
elisatudisco committed Nov 18, 2023
1 parent ba450d7 commit 609ea6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion public/html pages/congrats.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
<div class="read">Click to find out what you would have accepted!</div>
</div>
<script src="confetti.js"></script>
<!-- ciao -->

<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<input type="button" class="fadeButton" onclick="location.href='alert.html';" value="info">
Expand All @@ -40,7 +41,7 @@
const start = () => {
setTimeout(function () {
confetti.start()
}, 500);
}, 500);
};

const stop = () => {
Expand Down

0 comments on commit 609ea6e

Please sign in to comment.