xxxxxxxxxx
24
<html lang="en">
<head>
<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>KANYE-SHAKESPEARE </h1>
<p>nature of code<input id="slider" type="range" min="0" max="100"></input>shakespeare</p>
<p><button id = "button">Markov it</button></p>
<p id="output"></p>
<script src="markov.js"></script>
<script src="sketch.js"></script>
</body>
</html>