pre-refactor
This commit is contained in:
@@ -7,8 +7,13 @@
|
||||
<link rel="stylesheet" href="/static/style.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
<script>window.__WS_URL__ = "__WS_URL__"</script>
|
||||
<div id="app">
|
||||
<div class="layout">
|
||||
<div id="sidebar"></div>
|
||||
<div class="main" id="main"></div>
|
||||
</div>
|
||||
</div>
|
||||
<script>window.__WS_URL__ = "__WS_URL_PLACEHOLDER__"</script>
|
||||
<script type="module" src="/static/app.js?v=4"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user