Skip to content

Instantly share code, notes, and snippets.

@iPotaje
Created May 20, 2013 12:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save iPotaje/5611871 to your computer and use it in GitHub Desktop.
Save iPotaje/5611871 to your computer and use it in GitHub Desktop.
html5 template
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>HTML5 Template</title>
<link rel="stylesheet" href="style.css">
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment