Skip to content

Instantly share code, notes, and snippets.

@jonezy
Created November 22, 2013 14:45
Show Gist options
  • Save jonezy/7600990 to your computer and use it in GitHub Desktop.
Save jonezy/7600990 to your computer and use it in GitHub Desktop.
absolute basic starting point for html.
<!DOCTYPE html>
<html class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<!-- Add your site or application content here -->
<p>Hello world! This is HTML5 Boilerplate.</p>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment