Initial commit
This commit is contained in:
commit
e16efcfc40
36 changed files with 1613 additions and 0 deletions
36
templates/default.html
Normal file
36
templates/default.html
Normal file
|
@ -0,0 +1,36 @@
|
|||
<?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">
|
||||
<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>
|
||||
|
||||
<!-- <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>
|
||||
|
||||
$body$
|
||||
|
||||
<div id="footer">
|
||||
Copyright © Fabien Freling 2007-2013
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue