Skip to content

Instantly share code, notes, and snippets.

@Stephanevg
Created January 22, 2017 21:42
Show Gist options
  • Save Stephanevg/954955a3ae05702f3537a6b5830bdc3d to your computer and use it in GitHub Desktop.
Save Stephanevg/954955a3ae05702f3537a6b5830bdc3d to your computer and use it in GitHub Desktop.
html skeleton
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="author" content="">
<title></title>
<link href="style.css" rel="stylesheet" type="text/css">
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="script.js"></script>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment