Added fake appshell
This commit is contained in:
parent
741f21b890
commit
4d81bf0fa2
@ -3,9 +3,30 @@
|
||||
<head>
|
||||
<title>Beautiful Atlas</title>
|
||||
<link href="/static/styles.css" rel="stylesheet"></head>
|
||||
<style>
|
||||
#root {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.container {
|
||||
display: flex;
|
||||
flex;
|
||||
}
|
||||
|
||||
.header {
|
||||
display: flex;
|
||||
flex: 1;
|
||||
height: 42px;
|
||||
border-bottom: 1px solid #eee;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body style='display: flex; width: 100%'>
|
||||
<div id="root" style='display: flex; width: 100%'></div>
|
||||
<div id="root">
|
||||
<div class="container">
|
||||
<div class="header"></div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="/static/bundle.js"></script>
|
||||
</body>
|
||||
</html>
|
@ -2,9 +2,30 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Beautiful Atlas</title>
|
||||
<style>
|
||||
#root {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.container {
|
||||
display: flex;
|
||||
flex;
|
||||
}
|
||||
|
||||
.header {
|
||||
display: flex;
|
||||
flex: 1;
|
||||
height: 42px;
|
||||
border-bottom: 1px solid #eee;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body style='display: flex; width: 100%'>
|
||||
<div id="root" style='display: flex; width: 100%'></div>
|
||||
<div id="root">
|
||||
<div class="container">
|
||||
<div class="header"></div>
|
||||
</div>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
// if ('serviceWorker' in navigator) {
|
||||
// navigator.serviceWorker.register('/service-worker.js')
|
||||
|
Reference in New Issue
Block a user