Skip to content

Instantly share code, notes, and snippets.

@bobuss
Last active August 29, 2015 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bobuss/40a4721318f0fe09086c to your computer and use it in GitHub Desktop.
Save bobuss/40a4721318f0fe09086c to your computer and use it in GitHub Desktop.
index.html start file
<!DOCTYPE html>
<!-- Based on HTML5 Bones | http://html5bones.com -->
<html lang="en">
<head>
<meta charset="utf-8">
<title>Page Title</title>
<meta name="description" content="">
<!-- Mobile-friendly viewport -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Style sheet link -->
<link href="css/main.css" rel="stylesheet" media="all">
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment