35 lines
914 B
HTML
35 lines
914 B
HTML
<html>
|
|
|
|
<!-- HEADER -->
|
|
<head>
|
|
<title>Douscord</title>
|
|
|
|
<!-- 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'>
|
|
<link type='text/css' rel='stylesheet' href='./css/global.css'>
|
|
<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'>
|
|
<link type='text/css' rel='stylesheet' href='./css/pop-up.css'>
|
|
|
|
<!-- FONT -->
|
|
<!-- <link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro|Arvo|Exo+2" rel="stylesheet"> -->
|
|
|
|
|
|
<!-- BODY -->
|
|
</head>
|
|
<body>
|
|
|
|
<div id='vue'></div>
|
|
|
|
|
|
<script type='text/javascript' src='./js/bundle.js'></script>
|
|
</body>
|
|
|
|
|
|
</html> |