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 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="en" lang="en">
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Fabien Freling's website</title>
@ -19,18 +17,18 @@
<body>
<div id="banner"></div>
<!-- <h1>$title$</h1> -->
<div id="navigation">
<a href="/index.html">Home</a>
<a href="/projects.html">Projects</a>
<a href="/about.html">About</a>
</div>
<h1>$title$</h1>
$body$
<div id="footer">
Copyright &copy; Fabien Freling 2007-2013
Copyright &copy; Fabien Freling 2007-2014
</div>
</body>
</html>