50 lines
1.4 KiB
PHP
50 lines
1.4 KiB
PHP
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=.6">
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
|
|
|
|
<title>Connexion</title>
|
|
|
|
<!-- Icon -->
|
|
<link rel='shortcut icon' href='/favicon.ico'>
|
|
|
|
<!-- CSS dependencies -->
|
|
<link href="https://fonts.googleapis.com/css?family=Fira+Sans" rel="stylesheet">
|
|
<link rel='stylesheet' type='text/css' href='/css/font-loader.css'>
|
|
<link rel='stylesheet' type='text/css' href='/css/global.css'>
|
|
<link rel='stylesheet' type='text/css' href='/css/pop-up.css'>
|
|
<link rel='stylesheet' type='text/css' href='/css/layout.css'>
|
|
<link rel='stylesheet' type='text/css' href='/css/menu.css'>
|
|
<link rel='stylesheet' type='text/css' href='/css/header.css'>
|
|
<link rel='stylesheet' type='text/css' href='/css/container.css'>
|
|
<link rel='stylesheet' type='text/css' href='/css/container/svg.css'>
|
|
|
|
<!-- JS dependencies -->
|
|
<script type='text/javascript' src='/js/_SERVER.js'></script>
|
|
|
|
</head>
|
|
<body class='loading'>
|
|
|
|
|
|
<div id='main-vue'></div>
|
|
|
|
|
|
|
|
<!-- POPUP WINDOW -->
|
|
<div id='POPUP'>
|
|
<div class='header'></div>
|
|
<div class='body'></div>
|
|
<div class='footer'></div>
|
|
</div>
|
|
<div id='POPUP-BG'></div>
|
|
|
|
|
|
<!-- Main loop -->
|
|
<script type='text/javascript' src='/js/bundle@home.js' onload="document.body.className=''"></script>
|
|
</body>
|
|
|
|
</html> |