Skip to content

Instantly share code, notes, and snippets.

@lionhylra
Created October 21, 2013 05:57
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 lionhylra/7079269 to your computer and use it in GitHub Desktop.
Save lionhylra/7079269 to your computer and use it in GitHub Desktop.
html5 template
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Free Web tutorials">
<meta name="keywords" content="HTML,CSS,XML,JavaScript">
<meta name="author" content="Ståle Refsnes">
<meta charset="UTF-8">
<style type="text/css">
div{
color:red;
}
</style>
<link rel="stylesheet" type="text/css" href="theme.css">
<!-- IE6-8 support of HTML5 elements --> <!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<h1>My First Heading</h1>
<p>My first paragraph.</p>
</body>
</html>
<script src="myjs.js" type="text/javascript"></script>
<script></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment