Files
keppler/test/demo-folder/test-1.html
T
2017-09-09 12:16:47 +02:00

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>