site/demos/gitxplore-dark/index.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>GitXplore</title>
<style>
body {
margin: 0;
}
</style>
<link href="https://fonts.googleapis.com/css?family=Monoton|Raleway" rel="stylesheet">
<script defer src="https://use.fontawesome.com/releases/v5.0.1/js/all.js"></script>
</head>
<body>
<div id="app">
</div>
<script src="dist/index.js">
</script>
</body>
</html>