Created
October 10, 2017 23:47
-
-
Save ahoef/15fa4fe592b17e802cd167adb66914d1 to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=15fa4fe592b17e802cd167adb66914d1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
h1 { | |
color: #ef5330; | |
} | |
p { | |
color: #15c2d2; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment