Built with blockbuilder.org
Last active
November 1, 2016 11:59
-
-
Save curran/30488e66d2ed50eaea82d4d012bf64a2 to your computer and use it in GitHub Desktop.
HTML Starter
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
license: mit |
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>HTML Starter</title> | |
</head> | |
<body> | |
<h1>Hello HTML!</h1> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment