cute-turtle
Version:
🐢 Turtle style graphics for the web
13 lines • 337 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Turtle</title>
</head>
<body>
<script src="../turtle.js"></script>
<script src="index.js"></script>
</body>
</html>