-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.html
More file actions
28 lines (27 loc) · 1.35 KB
/
header.html
File metadata and controls
28 lines (27 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="author" content="JG" />
<meta name="keywords" content="Mon appli web" />
<meta name="description" content="Appli en ligne pour la gestion de version OpenClassrooms" />
<meta name="date" content="2015-04-09T13:45:15+01:00" />
<link rel="shortcut icon" type="image/x-icon" href="monIcon.ico" />
<title>Mon application web</title>
<link rel="stylesheet" href="monCSS.css" />
<script src="monScript.js" type="text/javascript"></script>
</head>
<body>
<div id="monEntete">
<h2><img src="logo.jpg" alt="logo du site" />Mon application web<img src="logo.jpg" alt="logo du site" /></h2>
</div>
<div id="maDivMenu">
<ul id="monMenu">
<li><a href="index.php" title="Accueil" class="current">Accueil</a></li>
<li><a href="index.php" title="Présentation">Présentation</a></li>
<li><a href="index.php" title="Articles">Articles</a></li>
<li><a href="index.php" title="Tutos">Tutos</a></li>
<li><a href="index.php" title="Forums">Forums</a></li>
<li><a href="index.php" title="Nous contacter">Nous contacter</a></li>
</ul>
</div>