2018-03-21 17:44:27 +00:00
|
|
|
<html>
|
|
|
|
|
|
|
|
<!-- HEADER -->
|
|
|
|
<head>
|
2018-03-22 10:31:39 +00:00
|
|
|
<title>Douscord</title>
|
2018-03-21 17:44:27 +00:00
|
|
|
|
|
|
|
<!-- META -->
|
|
|
|
<meta charset='utf-8'>
|
|
|
|
<meta name='author' content='xdrm-brackets (Adrien Marquès)'>
|
|
|
|
<meta name='description' content='[Home] Home page'>
|
|
|
|
|
|
|
|
<!-- STYLESHEET -->
|
|
|
|
<link type='text/css' rel='stylesheet' href='./css/layout.css'>
|
2018-03-22 17:15:57 +00:00
|
|
|
<link type='text/css' rel='stylesheet' href='./css/global.css'>
|
2018-03-21 17:44:27 +00:00
|
|
|
<link type='text/css' rel='stylesheet' href='./css/menu.css'>
|
|
|
|
<link type='text/css' rel='stylesheet' href='./css/dialog.css'>
|
|
|
|
<link type='text/css' rel='stylesheet' href='./css/container.css'>
|
2018-03-22 17:15:57 +00:00
|
|
|
<link type='text/css' rel='stylesheet' href='./css/pop-up.css'>
|
2018-03-21 17:44:27 +00:00
|
|
|
|
|
|
|
<!-- FONT -->
|
2018-03-22 18:13:52 +00:00
|
|
|
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro" rel="stylesheet">
|
2018-03-21 17:44:27 +00:00
|
|
|
|
|
|
|
|
|
|
|
<!-- BODY -->
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<div id='vue'></div>
|
|
|
|
|
|
|
|
|
|
|
|
<script type='text/javascript' src='./js/bundle.js'></script>
|
|
|
|
</body>
|
|
|
|
|
|
|
|
|
|
|
|
</html>
|