added lang attr to html tag + more consistent indentation

This commit is contained in:
Nicolas Perriault 2011-02-07 12:05:43 +01:00
parent b605177d38
commit c9398a527c

View File

@ -1,23 +1,17 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<html lang="en">
<head>
<title>Github R&eacute;sum&eacute;</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="keywords" content="cv, resume, hResume, github, community, free, fun, nice, useful" />
<meta name="description" content="Github resumes, generated by the community, for the community." />
<link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/2.7.0/build/reset-fonts-grids/reset-fonts-grids.css" media="all" />
<link rel="stylesheet" type="text/css" href="css/resume.css" media="all" />
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.0/jquery.min.js"></script>
<script type="text/javascript" src="js/mustache.js"></script>
<script type="text/javascript" src="js/github.js"></script>
<script type="text/javascript" src="js/githubresume.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.0/jquery.min.js"></script>
<script type="text/javascript" src="js/mustache.js"></script>
<script type="text/javascript" src="js/github.js"></script>
<script type="text/javascript" src="js/githubresume.js"></script>
</head>
<body id="resume">
</body>
<body id="resume">
</body>
</html>