Created
October 21, 2013 05:57
-
-
Save lionhylra/7079269 to your computer and use it in GitHub Desktop.
html5 template
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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