-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·22 lines (22 loc) · 967 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
<!DOCTYPE html>
<head>
<meta charset="UTF-8" />
<title>Baladier Julien - Challenge Prodibi</title>
<meta name="description" content="Challenge candidature stage Prodibi" />
<meta name="keywords" content="Prodibi, stage, candidature, slideshow" />
<meta name="author" content="Julien Baladier" />
<link href="https://az533283.vo.msecnd.net/prodibi-web/2b069e4e-521b-4378-9326-33e7892923f2.png" rel="icon" type="image/png">
<link rel="stylesheet" type="text/css" href="css/main.css" />
<script src="scripts/slideshow.js"></script>
</head>
<body>
<canvas>Votre navigateur ne supporte pas Canvas.</canvas>
<nav>
<ul>
<li><a id="change_direction" href="#"></a></li>
<li><a id="stop" href="#"></a></li>
<li><a id="play_pause" href="#"></a></li>
</ul>
</nav>
</body>
</html>