Skip to content

Instantly share code, notes, and snippets.

@mortenjust
Created March 18, 2012 00:07
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 mortenjust/2066855 to your computer and use it in GitHub Desktop.
Save mortenjust/2066855 to your computer and use it in GitHub Desktop.
html: basic blank template
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<title>Title</title>
<link rel="stylesheet" href="style.css" type="text/css" media="screen" title="no title" charset="utf-8">
</head>
<body>
<script src="jquery-1.7.1.js" type="text/javascript" charset="utf-8"></script>
<script src="script.js" type="text/javascript" charset="utf-8"></script>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment