Update template with title.

- Add HTML5 doctype.
- Fix indentation.
This commit is contained in:
Fabien Freling 2014-02-23 16:30:55 +01:00
parent 0241a411a4
commit 0fd130b0ac

View file

@ -1,7 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" <html lang="en">
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Fabien Freling's website</title> <title>Fabien Freling's website</title>
@ -17,9 +15,7 @@
<!-- <link href="css/bootstrap.min.css" rel="stylesheet" media="screen"> --> <!-- <link href="css/bootstrap.min.css" rel="stylesheet" media="screen"> -->
</head> </head>
<body> <body>
<div id="banner"></div> <div id="banner"></div>
<!-- <h1>$title$</h1> -->
<div id="navigation"> <div id="navigation">
<a href="/index.html">Home</a> <a href="/index.html">Home</a>
@ -27,10 +23,12 @@
<a href="/about.html">About</a> <a href="/about.html">About</a>
</div> </div>
<h1>$title$</h1>
$body$ $body$
<div id="footer"> <div id="footer">
Copyright &copy; Fabien Freling 2007-2013 Copyright &copy; Fabien Freling 2007-2014
</div> </div>
</body> </body>
</html> </html>