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.
Files
outline/server/static/index.html
2017-07-10 20:02:52 -07:00

31 lines
447 B
HTML

<!doctype html>
<html>
<head>
<title>Atlas</title>
<style>
body,
html {
margin: 0;
padding: 0;
}
body {
display: flex;
width: 100%;
height: 100%;
}
#root {
flex: 1;
height: 100%;
}
</style>
<script src="//d2wy8f7a9ursnm.cloudfront.net/bugsnag-3.min.js" data-apikey="8165e2069605bc20ccd0792dbbfae7bf"></script>
</head>
<body>
<div id="root"></div>
</body>
</html>