0fd130b0ac
- Add HTML5 doctype. - Fix indentation.
35 lines
1.2 KiB
HTML
35 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
<title>Fabien Freling's website</title>
|
|
<link rel="icon" type="image/png" href="http://www.ffreling.com/favicon.png">
|
|
<link href='http://fonts.googleapis.com/css?family=Anaheim' rel='stylesheet' type='text/css'>
|
|
<link href='http://fonts.googleapis.com/css?family=Average+Sans' rel='stylesheet' type='text/css'>
|
|
<link rel="stylesheet" type="text/css" href="/css/default.css" />
|
|
<link rel="stylesheet" type="text/css" href="/css/syntax.css" />
|
|
<link rel="stylesheet" type="text/css" href="/css/font-awesome.css" />
|
|
|
|
<!-- Bootstrap -->
|
|
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0"> -->
|
|
<!-- <link href="css/bootstrap.min.css" rel="stylesheet" media="screen"> -->
|
|
</head>
|
|
<body>
|
|
<div id="banner"></div>
|
|
|
|
<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 © Fabien Freling 2007-2014
|
|
</div>
|
|
</body>
|
|
</html>
|