Update template with title.
- Add HTML5 doctype. - Fix indentation.
This commit is contained in:
parent
0241a411a4
commit
0fd130b0ac
|
@ -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>
|
||||||
|
@ -19,18 +17,18 @@
|
||||||
<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>
|
||||||
<a href="/projects.html">Projects</a>
|
<a href="/projects.html">Projects</a>
|
||||||
<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 © Fabien Freling 2007-2013
|
Copyright © Fabien Freling 2007-2014
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue