diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..47d18aa --- /dev/null +++ b/index.html @@ -0,0 +1,61 @@ +<?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="2009-09-09T17:25:42-0400" /> +<meta name="copyright" content="GPL, Creative Commons, CC, By, Sa" /> +<meta name="keywords" content="Audric, Storm" /> +<meta name="description" + content="HomePage" /> +<meta name="ROBOTS" content="NOINDEX, NOFOLLOW" /> +<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" /> +<meta http-equiv="expires" content="0" /> +<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 + 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> |