Skip to content

Instantly share code, notes, and snippets.

@tkissing
Created February 6, 2015 05:20
Show Gist options
  • Save tkissing/28c87aaf1beda230cc70 to your computer and use it in GitHub Desktop.
Save tkissing/28c87aaf1beda230cc70 to your computer and use it in GitHub Desktop.
Hello World
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Hello World</title>
</head>
<body>
Hello World
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment