Skip to content

Instantly share code, notes, and snippets.

@czterystaczwarty
Forked from alexrinass/index.html
Created September 27, 2012 09:09
Show Gist options
  • Save czterystaczwarty/3793024 to your computer and use it in GitHub Desktop.
Save czterystaczwarty/3793024 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="description" content="" />
<meta name="keywords" content="" />
<title>Untitled</title>
<link rel="stylesheet" href="/stylesheets/screen.css" type="text/css" media="screen,projection" />
<!--[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>
</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