-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
41 lines (37 loc) · 1.38 KB
/
index.html
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
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html lang="fr">
<head>
<title>Index du projet SipaUI en mode DEV</title>
<meta charset="UTF-8" />
<meta name="description" content="" />
<meta name="keywords" content="Dolor, Cursus, Elit, Fusce, Fringilla" />
<meta name="category" content="Dolor, Cursus, Elit, Fusce, Fringilla" />
<meta name="author" content="Stéphane Chesné, Ogham - Graphisme & IHM" />
<meta name="copyright" content="Stéphane Chesné" />
<meta name="rating" content="general" />
<meta name="robots" content="all" />
<meta name="googlebot" content="archive" />
<meta name="revisit-after" content="2 days" />
<meta name="generator" content="Coda" />
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" type="image/png" href="favicon.png" />
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
<!-- Styles -->
<link rel="stylesheet" media="all" href="xxx/xxx.css" />
<!--[if lt IE 9]>
<script src="js/html5.js"></script>
<![endif]-->
</head>
<body>
<!--div id=”exterieur”>
<div class=”interieur”-->
<header id=”header” role=”banner”>
<h1>Index du projet SipaUI en mode DEV</h1>
</header>
<nav id=”navigation” role=”navigation”>
<p><a href="/doc/index.php">Accès à la page de doc.</a></p>
</nav>
<!--/div>
</div-->
</body>
</html>