-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathheader.php
More file actions
19 lines (19 loc) · 864 Bytes
/
Copy pathheader.php
File metadata and controls
19 lines (19 loc) · 864 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title> <?= $_SERVER['SCRIPT_NAME'] ?> </title>
</head>
<body>
<header>
<div class="head">
<span><a class="head-acceuil" href="/index.php">Panier</a></span>
<span><a class="head-indice" href="/jeu.php">Jeu Devine</a></span>
<span><a class="head-visite" href="/fichier.php">Cartes Mots</a></span>
<span><a class="head-faq" href="/admin_fichier.php">Gestion Cartes</a></span>
<!-- <span><a class="head-support" href="#" onclick="alert('Good !')">Support</a></span> -->
<span><input class="input" type="search" name="" id="" placeholder="Recherche" submit></span>
</div>
</header>