-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathindex.html
executable file
·28 lines (26 loc) · 1.04 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
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<title>HEPL - DCC - Développement Côté Client | </title>
<meta name="description" content="Cours Javascript 2019-2020">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="icon.png">
<link rel="stylesheet" href="dist/css/style.min.css">
<meta name="theme-color" content="#fafafa">
</head>
<body class="container">
<!--[if IE]>
<p class="browserupgrade">Vous utilisez un navigateur <strong> obsolète </strong>. Veuillez <a href="https://browsehappy.com/"> mettre à niveau
votre navigateur </a> pour améliorer votre expérience et votre sécurité.
</p>
<![endif]-->
<p class="no-js__message">
Pour accéder à toutes les fonctionnalités de ce site, vous devez activer JavaScript.
Voici les <a href="https://www.enable-javascript.com/fr/">
instructions pour activer JavaScript dans votre navigateur Web</a>.
</p>
<ol class="grid" id="app"></ol>
<script src="dist/js/script.min.js"></script>
</body>
</html>