xxxxxxxxxx
18
<html>
<head>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.5/p5.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.5/addons/p5.dom.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.5/addons/p5.sound.min.js"></script>
<link rel="stylesheet" type="text/css" href="style.css">
<style>
.results {
font-family: "Courier";
}
</style> </head>
<body>
<script src="DNA.js"></script>
<script src="sketch.js"></script>
</body>
</html>