This repository has been archived on 2022-08-14. You can view files and clone it, but cannot push or open issues or pull requests.
outline/dist/index.html

19 lines
730 B
HTML

<!doctype html>
<html>
<head>
<title>Beautiful Atlas</title>
<link href="/static/styles.fe52c89d9dc49fc68561.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 type="text/javascript" src="/static/bundle.fe52c89d9dc49fc68561.js"></script></body>
</html>