Skip to content

Instantly share code, notes, and snippets.

@yeti-detective
Created March 3, 2017 23:11
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 yeti-detective/99c66fc0968b2732f30d73230843ead6 to your computer and use it in GitHub Desktop.
Save yeti-detective/99c66fc0968b2732f30d73230843ead6 to your computer and use it in GitHub Desktop.
<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