Skip to content

Instantly share code, notes, and snippets.

@alexrinass
Created May 7, 2011 11:25
Show Gist options
  • Save alexrinass/960420 to your computer and use it in GitHub Desktop.
Save alexrinass/960420 to your computer and use it in GitHub Desktop.
XHTML Base Template
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
<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