Skip to content

Instantly share code, notes, and snippets.

@ahoef
Created October 10, 2017 23:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ahoef/15fa4fe592b17e802cd167adb66914d1 to your computer and use it in GitHub Desktop.
Save ahoef/15fa4fe592b17e802cd167adb66914d1 to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=15fa4fe592b17e802cd167adb66914d1
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h1>Wow, Popcode is so COOL!</h1>
<p>I can't wait to use this with my students.</p>
</body>
</html>
h1 {
color: #ef5330;
}
p {
color: #15c2d2;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment