<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Kiwi Calendar</title>
|
|
<meta charset="utf-8" />
|
|
<link rel="stylesheet" href="./index.css" />
|
|
<link rel="icon" type="image/png" href="favicon.png" />
|
|
<!--[if IE]><link rel="shortcut icon" type="image/x-icon" href="favicon.ico" /><![endif]-->
|
|
</head>
|
|
<body>
|
|
<header id="title">
|
|
<img alt="logo ESIR" src="./images/esir.png" />
|
|
</header>
|
|
<nav id="hamburgerMenu">
|
|
<div class="onglet" id="onglet-esir">
|
|
Esir
|
|
</div>
|
|
<div class="onglet" id="onglet-ext">
|
|
Rennes
|
|
</div>
|
|
<div id="container">
|
|
<h2>Conférences, Évènements</h2>
|
|
<h2>Clubs, associations</h2>
|
|
</div>
|
|
</nav>
|
|
<div id="calendar">
|
|
</div>
|
|
</body>
|
|
</html>
|