PLOGO/index.html

17 lines
341 B
HTML
Raw Normal View History

2021-01-21 08:45:43 +00:00
<!DOCTYPE html>
<!--PLogo-->
<html>
<head>
<meta charset="utf-8" />
<!-- <link rel="stylesheet" href="style.css" /> -->
<script src="lib/p5.min.js"></script>
<script src="lib/p5.sound.min.js"></script>
<title>PLogo</title>
</head>
<body>
<script src="turtle.js"></script>
<script src="sketch.js"></script>
</body>
</html>