Skip to content

Instantly share code, notes, and snippets.

@nagarajhubli
Created January 24, 2013 10:00
Show Gist options
  • Save nagarajhubli/4619439 to your computer and use it in GitHub Desktop.
Save nagarajhubli/4619439 to your computer and use it in GitHub Desktop.
This a HTML5 base template
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Title goes here</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