Skip to content

Instantly share code, notes, and snippets.

@alexpelan
alexpelan / index.html
Created May 23, 2016 03:33 — forked from anonymous/index.html
Exported from Popcode.
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<!-- Put your page markup here -->
</body>
</html>
@alexpelan
alexpelan / index.html
Created November 27, 2016 17:40 — forked from Bijesse/index.html
Exported from Popcode. Click to import: https://popcode.org/?gist=2fd57c0cc96616b09529123d042df966
<!DOCTYPE html>
<html>
<head>
<title>Do Now 5.1.0</title>
</head>
<body>
<button id = "magic">Click Here</button>
<button id = "appear">Click Here to make words appear</button>
<h1>Make this text hide</h1>
</body>