Skip to content

Instantly share code, notes, and snippets.

@omichelsen
Created March 27, 2014 08:28
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 omichelsen/9802908 to your computer and use it in GitHub Desktop.
Save omichelsen/9802908 to your computer and use it in GitHub Desktop.
HTML Basic
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Hello World</title>
</head>
<body>
<h1>Hello World</h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment