Created
May 7, 2011 12:36
-
-
Save alexrinass/960460 to your computer and use it in GitHub Desktop.
HTML5 Base 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 http-equiv="content-type" content="text/html; charset=utf8" /> | |
<meta name="DC.Title" content="" /> | |
<meta name="DC.Description" content="" /> | |
<meta name="description" content="" /> | |
<meta name="DC.Author" content="" /> | |
<meta name="DC.Publisher" content="" /> | |
<meta name="DC.Copyright" content="" /> | |
<meta name="DC.Keywords" content="" /> | |
<meta name="keywords" content="" /> | |
<meta name="DC.Page-topic" content="" /> | |
<meta name="DC.Page-type" content="" /> | |
<meta name="DC.Generator" content="" /> | |
<meta name="DC.Audience" content="General" /> | |
<meta name="robots" content="index, follow" /> | |
<title>Untitled</title> | |
<link rel="stylesheet" href="/stylesheets/screen.css" type="text/css" media="screen,projection" /> | |
<link rel="stylesheet" href="/stylesheets/print.css" type="text/css" media="print" /> | |
<!--[if IE]> | |
<link rel="stylesheet" href="/stylesheets/iefix.css" type="text/css" media="screen,projection" /> | |
<![endif]--> | |
<link rel="Shortcut Icon" type="image/ico" href="/favicon.ico" /> | |
<script src="/js/application.js" type="text/javascript"></script> | |
<script src="/js/prototype.js" type="text/javascript"></script> | |
</head> | |
<body> | |
<div id="page"> | |
<div id="header"> | |
</div> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment