xxxxxxxxxx
37
<html lang="en">
<head>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.1.9/p5.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.1.9/addons/p5.sound.min.js"></script>
<link rel="stylesheet" href="https://jcponce.github.io/ext/w3.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css">
<link rel="stylesheet" type="text/css" href="style.css">
<meta charset="utf-8" />
</head>
<body>
<!-- Navbar Stars-->
<div class="w3-container w3-black w3-xlarge sticky">
<div class="w3-display-topright">
<a href="https://jcponce.github.io" class="w3-button w3-text-black w3-hover-grey w3-opacity w3-round-xxlarge" title="More applets">
<i class="fas fa-home"></i></a>
<a class="w3-button w3-text-black w3-hover-grey w3-opacity w3-round-xxlarge" onclick="refreshPage()" title="New table"> <i class="fas fa-redo"></i></a>
</div>
</div>
<!-- Navbar Ends-->
<script src="sketch.js"></script>
<script>
function refreshPage() {
window.location.reload();
}
</script>
</body>
</html>