33 lines
776 B
HTML
33 lines
776 B
HTML
|
<html>
|
||
|
|
||
|
<!-- HEADER -->
|
||
|
<head>
|
||
|
<title>xdrm-brackets</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/menu.css'>
|
||
|
<link type='text/css' rel='stylesheet' href='./css/dialog.css'>
|
||
|
<link type='text/css' rel='stylesheet' href='./css/container.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>
|