Begin frontend

This commit is contained in:
Elijah Lucian
2018-03-20 22:29:00 -06:00
parent 5107775913
commit 938046c0fd
41 changed files with 10207 additions and 8 deletions

11
backend/dist/index.html vendored Normal file
View File

@@ -0,0 +1,11 @@
<html>
<head>
<title>LCARS</title>
<link rel="stylesheet" type="text/css" href="./css/dev.css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans|Orbitron" rel="stylesheet">
</head>
<body>
<div id="root"></div>
<script src="./bundle.js"></script>
</body>
</html>