Skip to content

Instantly share code, notes, and snippets.

@alexpelan
alexpelan / index.html
Last active May 24, 2017 04:07
Working version. Exported from Popcode. Click to import: https://popcode.org/?gist=ba7627c7b2180e1f2e1f854dfebf2faa
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h1>Hi I'm a Game!</H1>
<p></p>
<div id="gameboard"></div>
</body>
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<div class="lots of content">
<div class="loading">
<p>
<!DOCTYPE html>
<html>
<head>
<title>Tiny Turtle</title>
<script src="https://toolness.github.io/tiny-turtle/tiny-turtle.js"></script>
</head>
<body>
<h1>Tiny Turtle</h1>
<canvas></canvas>
</body>
<!DOCTYPE html>
<html>
<head>
<title>Tiny Turtle</title>
<script src="https://toolness.github.io/tiny-turtle/tiny-turtle.js"></script>
</head>
<body>
<h1>Tiny Turtle</h1>
<canvas></canvas>
</body>
<!DOCTYPE html>
<html>
<head>
<title>Tiny Turtle</title>
<script src="https://toolness.github.io/tiny-turtle/tiny-turtle.js"></script>
</head>
<body>
<h1>Tiny Turtle</h1>
<canvas></canvas>
</body>
<!DOCTYPE html>
<html>
<head>
<title>Tiny Turtle</title>
<script src="https://toolness.github.io/tiny-turtle/tiny-turtle.js"></script>
</head>
<body>
Enter a direction: <input class="direction"> <button class="move">Move!</button><p></p>
<p></p><canvas></canvas>
<p class="message"></p>
<!DOCTYPE html>
<html>
<head>
<title>Tiny Turtle</title>
<script src="https://toolness.github.io/tiny-turtle/tiny-turtle.js"></script>
</head>
<body>
Enter a direction: <input class="direction"> <button class="move">Move!</button><p></p>
<p></p><canvas></canvas>
<p class="message"></p>
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<p>Name one of the ScriptEd volunteers!</p> <input>
<button>Click!</button>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<p>If the number is greater than 0 and less than 100, append "That's a small number."</p>
<p>If the number is greater than or equal to 100 and less than 1000, append "That's a medium number"</p>
<p>If the number is greater than 1000, append "That's a large number."</p>
<input>