Created
November 27, 2011 02:39
-
-
Save joachimdoerr/1396846 to your computer and use it in GitHub Desktop.
fundamental xhtml site structure - Kickstart-xhtml
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 PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" | |
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
<title>Kickstart-xhtml</title> | |
<meta name="keywords" content="" /> | |
<meta name="description" content="" /> | |
<meta name="robots" content="index, follow" /> | |
<link type="text/css" href="http://api.easycssframework.com/?normalize,compress" rel="stylesheet" media="screen, print" /> | |
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> | |
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1/jquery-ui.min.js"></script> | |
<script type="text/javascript" src="http://gsgd.co.uk/sandbox/jquery/easing/jquery.easing.1.3.js"></script> | |
<script type="text/javascript"> | |
/* <![CDATA[ */ | |
$(document).ready(function(){ | |
}); | |
/* ]]> */ | |
</script> | |
<style type="text/css"> | |
</style> | |
<!--[if IE]> | |
<style type="text/css"> | |
</style> | |
<![endif]--> | |
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon"> | |
<link rel="apple-touch-icon" href="/site/favicon/apple-touch-icon_57x57.png" /> | |
<link rel="apple-touch-icon" sizes="72x72" href="apple-touch-icon-72x72.png" /> | |
<link rel="apple-touch-icon" sizes="114x114" href="apple-touch-icon_114x114.png" /> | |
</head> | |
<body> | |
<!-- Content goes here --> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment