print ("""<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Design by TEMPLATED
http://templated.co
Released for free under the Creative Commons Attribution License
Name       : PlainLeaf
Description: A two-column, fixed-width design with dark color scheme.
Version    : 1.0
-->

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<link href="../css/default.css" rel="stylesheet" type="text/css" media="all" />
<link href="../css/fonts.css" rel="stylesheet" type="text/css" media="all" />

</head>
<body>
<div id="header" class="container">
	<div id="logo">
		<h1><a href="#">Nos Aïeux</a></h1>
	</div>
	<div id="menu">
		<ul>
			<li><a href="index.html" accesskey="1" title="">Acceuil</a></li>
			<li><a href="index-co.html" accesskey="4" title="">connexion</a></li>
			<li><a href="#" accesskey="5" title="">Contact</a></li>
		</ul>
	</div>
</div>

<div id="featured" class="container">

	Please, tell me about you! <br/>
	<form action="helloNoms.py" method="get">
	Prénom: <input type="text" name="prenom"> <br />
	Nom: <input type="text" name="nom" /> <br />
	<input type="submit" value="Valider" />

</div>
<div id="copyright" class="container">
	<p>&copy; Untitled. All rights reserved. Design by <a href="http://templated.co" rel="nofollow">TEMPLATED</a>.</p>
</div>
</body>
</html>
""")
