Created
March 3, 2017 23:11
-
-
Save yeti-detective/99c66fc0968b2732f30d73230843ead6 to your computer and use it in GitHub Desktop.
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
<html> <!-- fun fact: you don't have to declare DOCTYPE for HTML5. So stop it. --> | |
<head> | |
<title>React4Beginners</title> | |
</head> | |
<body> | |
<h1>Hey, oh boy! Hi there, World!</h1> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment