xxxxxxxxxx
32
<html lang="en">
<head>
<title>MyWeb</title>
<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><u>How high can you score?</u></h1>
<div class="topnav">
<a href="https://editor.p5js.org/BiZaark/full/jwBsGD2tW">Home</a>
<br>
<br>
<a href="https://editor.p5js.org/BiZaark/full/RFQNI60_H">Clock</a>
<a href="https://editor.p5js.org/BiZaark/full/Zu0oJ49Sb">Random Walk</a>
<a href="https://editor.p5js.org/BiZaark/full/mZftlFElQ">3D Animation</a>
<a href="https://editor.p5js.org/BiZaark/full/_4OQGMbxV">Rain</a>
<a href="https://editor.p5js.org/BiZaark/full/CR1BBjK0n">Lights Out</a>
<a href="https://editor.p5js.org/BiZaark/full/Skp7oE1IR">Tron</a>
</div>
<br>
<br>
<script src="sketch.js"></script>
<footer>Made by Noah Warner</footer>
</body>
</html>