Skip to content

Instantly share code, notes, and snippets.

@kj786
Last active August 29, 2015 14:12
Show Gist options
  • Save kj786/b6a96ea795befb98fb3b to your computer and use it in GitHub Desktop.
Save kj786/b6a96ea795befb98fb3b to your computer and use it in GitHub Desktop.
HTML: Starting HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
<h1>Hello World, this is a test</h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment