include/dist for now

This commit is contained in:
Jori Lallo
2016-05-22 23:06:00 -07:00
parent 02bf509992
commit 286cf841c5
12 changed files with 72 additions and 1 deletions

19
dist/index.html vendored Normal file
View File

@@ -0,0 +1,19 @@
<!doctype html>
<html>
<head>
<title>Beautiful Atlas</title>
<link href="/static/styles.css" rel="stylesheet"></head>
<body style='display: flex; width: 100%'>
<div id="root" style='display: flex; width: 100%'></div>
<script type="text/javascript">
// if ('serviceWorker' in navigator) {
// navigator.serviceWorker.register('/service-worker.js')
// .then(function(reg) {
// console.log('SW registration succeeded');
// }).catch(function(error) {
// console.log('SW registration failed: ' + error);
// });
// };
</script>
<script src="/static/bundle.js"></script></body>
</html>