Skip to content

Instantly share code, notes, and snippets.

@notslang
Created April 17, 2012 00:42
Show Gist options
  • Save notslang/2402599 to your computer and use it in GitHub Desktop.
Save notslang/2402599 to your computer and use it in GitHub Desktop.
html template
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>HTML Template</title>
<link href="" rel="stylesheet" type="text/css" />
<style type="text/css"></style>
</head>
<body>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.js" type="text/javascript"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment