CreaTyve/PageAcceuil.html

19 lines
429 B
HTML

<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Page Acceuil</title>
</head>
<body>
<header>
<h1>Welcome to CreaTyve</h1>
</header>
<main>
<p>This is the homepage of your project.</p>
</main>
<footer>
<p>&copy; 2023 CreaTyve. All rights reserved.</p>
</footer>
</body>
</html>