Skip to content

Instantly share code, notes, and snippets.

@kirsten
Created February 8, 2017 22:08
Show Gist options
  • Save kirsten/ae980f307f5cec4821dca56a1a6414dd to your computer and use it in GitHub Desktop.
Save kirsten/ae980f307f5cec4821dca56a1a6414dd to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=ae980f307f5cec4821dca56a1a6414dd
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h1>Tiny Turtle</h1>
<canvas></canvas>
<script src="https://toolness.github.io/tiny-turtle/tiny-turtle.js"></script>
</body>
</html>
TinyTurtle.apply(window);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment