first commit
This commit is contained in:
16
includes/header.php
Normal file
16
includes/header.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>CMS Simplifié</title>
|
||||
<link rel="stylesheet" href="../assets/css/style.css">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1>Mon CMS Simplifié</h1>
|
||||
<nav>
|
||||
<a href="../public/index.php">Accueil</a>
|
||||
<a href="../admin/login.php">Administration</a>
|
||||
</nav>
|
||||
</header>
|
||||
<main>
|
||||
Reference in New Issue
Block a user