Skip to content

Instantly share code, notes, and snippets.

@cjhin
Last active July 24, 2016 02:49
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 cjhin/3a2c9486e20f0373941c to your computer and use it in GitHub Desktop.
Save cjhin/3a2c9486e20f0373941c to your computer and use it in GitHub Desktop.
hello world

Test Header

Test a different header

test italic things

test bold things

  • test (asterisk) bullet points
  • test
  • test

(test a horizontal rule)


  • test (dash) bullet points
  • test
  • test
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
Hello World!
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment