22 lines
334 B
HTML
22 lines
334 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Mon super site</title>
|
|
</head>
|
|
<body>
|
|
<section>
|
|
|
|
<h1>Bonjour</h1>
|
|
<form action="#">
|
|
<input type="text">
|
|
</form>
|
|
|
|
<footer>
|
|
<a href="#">Contact</a>
|
|
</footer>
|
|
|
|
</section>
|
|
</body>
|
|
</html>
|