35 lines
972 B
HTML
35 lines
972 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='./scss/layout.scss'>
|
|
<link type='text/css' rel='stylesheet' href='./scss/global.scss'>
|
|
<link type='text/css' rel='stylesheet' href='./scss/menu.scss'>
|
|
<link type='text/css' rel='stylesheet' href='./scss/dialog.scss'>
|
|
<link type='text/css' rel='stylesheet' href='./scss/side-menu.scss'>
|
|
<link type='text/css' rel='stylesheet' href='./scss/container.scss'>
|
|
<link type='text/css' rel='stylesheet' href='./scss/pop-up.scss'>
|
|
|
|
<!-- FONT -->
|
|
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro" rel="stylesheet">
|
|
|
|
<!-- BODY -->
|
|
</head>
|
|
<body>
|
|
|
|
<div id='vue'></div>
|
|
|
|
|
|
<script type='text/javascript' src='./main.js'></script>
|
|
</body>
|
|
|
|
|
|
</html> |