Separated css and fonts into a separate file

This commit is contained in:
Jori Lallo
2016-05-03 23:43:43 -07:00
parent 5e5f37b3c0
commit 16e972e53c
9 changed files with 37 additions and 34 deletions

11
server/static/dev.html Normal file
View File

@@ -0,0 +1,11 @@
<!doctype html>
<html>
<head>
<title>Beautiful Atlas</title>
<link href="/static/styles.css" rel="stylesheet"></head>
</head>
<body style='display: flex; width: 100%'>
<div id="root" style='display: flex; width: 100%'></div>
<script src="/static/bundle.js"></script>
</body>
</html>