-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
24 lines (19 loc) · 1.13 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
<!DOCTYPE html>
<html class="no-js" lang="fr">
<head>
<meta charset="utf-8">
<meta http-equiv="content-language" content="fr">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=0, maximum-scale=1">
<title>Vis Ma Vie - Xebia France</title>
<meta id="meta-description" name="description" content="Vis ma vie de consultant Xebia. Nous voulons montrer que le métier de développeur est possible sur le long terme chez Xebia. Découvrez nos coulisses.">
<meta id="meta-keywords" name="keywords" content="Xebia, développeur, consultant, IT">
<script id="insert-tracking" type="text/javascript">"insert tracking"</script>
</head>
<body>
<div id="app">
<!-- if #app not present, the wheel watcher will not works because it need a target element with id="app", and if the root vue component is mounted on #app the node is temporarly removed from the dom, so the wheel wacher doesn't find his target -->
<div id="root"><!-- used to mount the root component --></div>
</div>
</body>
</html>