Created
December 5, 2017 23:19
-
-
Save ssaamm/bf3f7408b04821181cf3c0e53e710dd6 to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=bf3f7408b04821181cf3c0e53e710dd6
This file contains 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>Unicorns Hello World</title> | |
</head> | |
<body> | |
<h1>Whatever you want the heading to be</h1> | |
<p>Write whatever you want</p> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment