2017-11-23 16:42:32 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="fr">
|
|
|
|
<head>
|
|
|
|
|
|
|
|
<meta charset="UTF-8">
|
2017-12-04 16:52:29 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=0.4">
|
2017-11-23 16:42:32 +00:00
|
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
|
|
|
2017-11-26 10:44:58 +00:00
|
|
|
|
2017-11-23 16:42:32 +00:00
|
|
|
<title>Nuit de l'Info 2017-18</title>
|
|
|
|
|
2017-11-26 10:44:58 +00:00
|
|
|
<!-- Icon -->
|
|
|
|
<link rel='shortcut icon' href='/favicon.ico'>
|
|
|
|
|
2017-11-23 16:42:32 +00:00
|
|
|
<!-- CSS dependencies -->
|
2017-12-01 14:48:13 +00:00
|
|
|
<link rel='stylesheet' type='text/css' href='/css/font-loader.css'>
|
2017-11-30 15:45:26 +00:00
|
|
|
<link rel='stylesheet' type='text/css' href='/css/layout.css'>
|
2017-12-01 14:48:13 +00:00
|
|
|
<link rel='stylesheet' type='text/css' href='/css/menu.css'>
|
|
|
|
<link rel='stylesheet' type='text/css' href='/css/header.css'>
|
2017-12-04 18:13:49 +00:00
|
|
|
<link rel='stylesheet' type='text/css' href='/css/container.css'>
|
2017-12-06 20:38:04 +00:00
|
|
|
<link rel='stylesheet' type='text/css' href='/css/notification-stack.css'>
|
2017-12-07 21:25:58 +00:00
|
|
|
<link rel='stylesheet' type='text/css' href='/css/login-form.css'>
|
2017-11-30 15:45:26 +00:00
|
|
|
|
|
|
|
<!-- JS dependencies -->
|
|
|
|
<script type='text/javascript' src='/js/_SERVER.js'></script>
|
2017-11-23 16:42:32 +00:00
|
|
|
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
2017-11-24 15:00:12 +00:00
|
|
|
|
2017-11-29 11:29:27 +00:00
|
|
|
<div id='main-vue'></div>
|
2017-11-24 15:00:12 +00:00
|
|
|
|
|
|
|
|
2017-11-23 16:42:32 +00:00
|
|
|
<!-- Main loop -->
|
2017-11-28 12:37:49 +00:00
|
|
|
<script type='text/javascript' src='/js/bundle.js'></script>
|
2017-11-23 16:42:32 +00:00
|
|
|
</body>
|
|
|
|
</html>
|