refactoring database setup

This commit is contained in:
Daniel
2018-01-26 13:24:57 -05:00
parent 707e8df333
commit 0680703c5c
6 changed files with 66 additions and 22 deletions

View File

@@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Chaotic Backup</title>
<meta name="description" content="Chaotic Backup">
<link rel="stylesheet" type="text/css" href="/src/css/legacy.css">
<style>
html, body, div, span, a, p, ul, li, h1, code, nav {
margin: 0;
@@ -85,7 +86,6 @@
</head>
<body>
<div id="root"></div>
<!-- single page app in bundle.js -->
<script src="/build/bundle.js"></script>
</body>
</html>