Skip to content

Instantly share code, notes, and snippets.

@martinodehnal
Forked from pikhovkin/html_template.html
Created August 3, 2012 16:55
Show Gist options
  • Save martinodehnal/3249477 to your computer and use it in GitHub Desktop.
Save martinodehnal/3249477 to your computer and use it in GitHub Desktop.
HTML5 template
<!DOCTYPE html>
<html lang="cs">
<head>
<meta charset="utf-8" />
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<style type="text/css">
</style>
</head>
<body>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment