Skip to content
Snippets Groups Projects
Commit 5f51ac94 authored by v4nkor's avatar v4nkor
Browse files
parents b6672708 4b39e61d
Branches
No related tags found
No related merge requests found
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<title> Cristo </title>
</head>
<body>
<header>
<nav>
</nav>
</header>
<main>
</main>
<footer>
© Cristo 2023
</footer>
</body>
</html>
<?php
require_once('core/_inc.php');
......
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<title> Cristo </title>
</head>
<body>
<header>
<nav>
</nav>
</header>
<main>
</main>
<footer>
© Cristo 2023
</footer>
</body>
</html>
<?php
\ No newline at end of file
<link rel="stylesheet" href="styles/css/style.css">
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<title> Cristo </title>
</head>
<body>
<header>
<nav>
</nav>
</header>
<main>
</main>
<footer>
© Cristo 2023
</footer>
</body>
</html>
<?php
\ No newline at end of file
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<title> Cristo </title>
</head>
<body>
<header>
<nav class="topnav">
<div>
<a class="active" href="#Acceuil">Acceuil</a>
<a href="#recette">Recettes de cuisine</a>
<a href="#special">Spéciales pâques</a>
</div>
<!-- barre de recherche -->
<div class="search-container">
<form action="/action_page.php">
<input type="text" placeholder="Rechercher.." name="search">
<button type="submit"><i class="fa fa-search"></i></button>
</form>
</div>
<div>
<a href="#connexion">Connexion</a>
<a href="#inscription">Inscription</a>
</div>
</nav>
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment