Files
outline/server/static/index.html
2016-05-03 23:43:43 -07:00

19 lines
575 B
HTML

<!doctype html>
<html>
<head>
<title>Beautiful Atlas</title>
</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>
</body>
</html>