xxxxxxxxxx
24
<html lang="en">
<head>
<title>
Artiom's Animation
</title>
<link rel="shortcut icon" href="https://iconarchive.com/download/i87581/icons8/ios7/Animals-Dog.ico" type="image/x-icon">
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.4.0/p5.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.4.0/addons/p5.sound.min.js"></script>
<link rel="stylesheet" type="text/css" href="style.css">
<meta charset="utf-8" />
</head>
<body>
<h1 id="header">Trampoline Guy Animation</h1>
<button onClick="window.location.reload();">Restart Animation</button>
<hr>
<script src="sketch.js"></script>
<footer>
<a href = "mailto: arcovali@s.sfusd.edu" target = "_blank">Artiom Covali - 2021</a></footer>
</html>