Skip to content

Instantly share code, notes, and snippets.

@gist-loraxx753
Forked from nathansmith/html5_template.html
Created March 8, 2012 03:12
Show Gist options
  • Save gist-loraxx753/1998337 to your computer and use it in GitHub Desktop.
Save gist-loraxx753/1998337 to your computer and use it in GitHub Desktop.
HTML - html5 template
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>untitled</title>
<link rel="stylesheet" href="" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.0/jquery.min.js"></script>
<script src=""></script>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment