5fbd55a75e
Links were broken and the font/ directory was not copied by Hakyll.
31 lines
1.1 KiB
HTML
31 lines
1.1 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" href="/font/font-awesome-4.3.0/css/font-awesome.min.css">
|
|
</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-2015
|
|
</div>
|
|
</body>
|
|
</html>
|