diff options
author | Audric Schiltknecht <storm@chemicalstorm.org> | 2014-05-08 18:53:25 +0200 |
---|---|---|
committer | Audric Schiltknecht <storm@chemicalstorm.org> | 2014-06-04 22:31:09 +0200 |
commit | f440edda982fb47ae4ca7df5ad13243d6203f659 (patch) | |
tree | fab641dbdf53b63f89f193b9672c85271fdd6bc5 /index.html | |
parent | d81da571c21195144abadde4793f276acb43473b (diff) | |
download | schiltknecht.org-f440edda982fb47ae4ca7df5ad13243d6203f659.tar.gz schiltknecht.org-f440edda982fb47ae4ca7df5ad13243d6203f659.tar.bz2 schiltknecht.org-f440edda982fb47ae4ca7df5ad13243d6203f659.zip |
Essaie reécriture du site avec pelican
Suppression des anciens fichiers.
Création architecture site pelican.
Récupération des contenus statiques.
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/index.html b/index.html deleted file mode 100644 index d70070f..0000000 --- a/index.html +++ /dev/null @@ -1,55 +0,0 @@ -<?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="fr" lang="fr"> -<head> -<title>Bienvenue sur la page de Audric Schiltknecht</title> -<meta name="author" content="Audric Schiltknecht" /> -<meta name="date" content="2012-11-13T20:00:42-0400" /> -<meta name="copyright" content="GPL, Creative Commons, CC, By, Sa" /> -<meta name="keywords" content="Audric, Schiltknecht, Storm" /> -<meta name="description" content="HomePage" /> -<meta http-equiv="content-type" content="text/html; charset=UTF-8" /> -<meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" /> -<meta http-equiv="content-style-type" content="text/css" /> -<link type="text/css" href="styles/simpleelegance03/style.css" rel="stylesheet" /> -</head> -<body> -<div id="header">Audric Schiltknecht</div> -<ul id="navtop"> - <li id="current"><a href="index.html">Accueil</a></li> - <li><a href="cv.html">CV</a></li> - <li><a href="projets.html">Projets</a></li> - <li><a href="TIPE_2007/index.html">TIPE 2007</a></li> -</ul> - -<div id="maincontainer"> - <div id="contentwrapper"> - <div id="contentcolumn"> - <h1>Bienvenue sur mon site personnel</h1> - <div class="hr"><hr/></div> - - <p>Ce site contient diverses informations me concernant : CV, projets personnels et réalisés au cours de ma scolarité.</p> - <p>Bonne navigation !</p> - - - <div id="footer"> - <p> - <a href="http://validator.w3.org/check?uri=referer"> - Page valide XHTML 1.0 Strict - </a> - - <a href="http://jigsaw.w3.org/css-validator/check/referer"> - CSS Valide - </a> - - Contenu disponible sous <a rel="license" href="http://creativecommons.org/licenses/GPL/2.0/">CC-GPL</a> - <br /> - Design by <a href="http://www.wfiedler-online.de/index.php">wfiedler</a> - </p> - </div> - - </div> -</div> -</div> -</body> -</html> |