-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
23 lines (19 loc) · 883 Bytes
/
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
<!DOCTYPE html>
<html lang=fr>
<head>
<title>1nf0CND - La ressource des Alouettes</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<link rel="stylesheet" href="css/w3-theme-blue.min.css">
<link rel="stylesheet" href="css/index.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=RobotoDraft" type="text/css">
<link rel="icon" href="img/logoCND.png" sizes="16x16" type="image/png">
</head>
<body>
<section id="sidebar" data-include="menu.html"></section>
<section id="cnd-contenu" data-include="contenu/accueil.html"></section>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script async="async" src="js/include.js"></script>
<script async="async" src="js/index.js"></script>
</body>
</html>