cv/include/toc_template.html
Yann Esposito (Yogsototh) 9c292c7fa7 Made a html output!
2010-11-18 02:13:58 +01:00

26 lines
919 B
HTML

<?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" lang="fr" xml:lang="fr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" type="text/css" href="include/main.css" />
<!-- HTML HEADER -->
<title><!-- Title --> by <!-- Author --></title>
</head>
<body>
<div id="content">
<h1 style="font-size: 5em; font-weight: normal;"> <!-- Title --> </h1>
<div id="titre">
<h2> <!-- Subtitle --> </h2>
<h3><em>by</em> <!-- Author --> </h3>
</div>
<div id="afterhead" style="padding-top: 2em; font-size: 1.3em;">
<!-- INCLUDES -->
</div>
</div>
</body>
</html>