Spaces:
Sleeping
Sleeping
Update templates/index.html
Browse files- templates/index.html +5 -1
templates/index.html
CHANGED
|
@@ -9,6 +9,7 @@
|
|
| 9 |
<link rel="stylesheet" href="/static/css/editor.css">
|
| 10 |
<link rel="stylesheet" href="/static/css/variables.css">
|
| 11 |
<link rel="stylesheet" href="/static/css/layout.css">
|
|
|
|
| 12 |
|
| 13 |
<script src="https://cdnjs.cloudflare.com/ajax/libs/ace/1.32.3/ace.js"></script>
|
| 14 |
</head>
|
|
@@ -71,7 +72,9 @@
|
|
| 71 |
|
| 72 |
<div id="projects-view" class="view-container"></div>
|
| 73 |
|
| 74 |
-
<div id="settings-view" class="view-container">
|
|
|
|
|
|
|
| 75 |
|
| 76 |
</main>
|
| 77 |
</div>
|
|
@@ -79,6 +82,7 @@
|
|
| 79 |
<script src="/static/js/app.js"></script>
|
| 80 |
<script src="/static/js/auth.js"></script>
|
| 81 |
<script src="/static/js/editor.js"></script>
|
|
|
|
| 82 |
|
| 83 |
</body>
|
| 84 |
</html>
|
|
|
|
| 9 |
<link rel="stylesheet" href="/static/css/editor.css">
|
| 10 |
<link rel="stylesheet" href="/static/css/variables.css">
|
| 11 |
<link rel="stylesheet" href="/static/css/layout.css">
|
| 12 |
+
<link rel="stylesheet" href="/static/css/settings.css">
|
| 13 |
|
| 14 |
<script src="https://cdnjs.cloudflare.com/ajax/libs/ace/1.32.3/ace.js"></script>
|
| 15 |
</head>
|
|
|
|
| 72 |
|
| 73 |
<div id="projects-view" class="view-container"></div>
|
| 74 |
|
| 75 |
+
<div id="settings-view" class="view-container">
|
| 76 |
+
{% include 'views/settings.html' %}
|
| 77 |
+
</div>
|
| 78 |
|
| 79 |
</main>
|
| 80 |
</div>
|
|
|
|
| 82 |
<script src="/static/js/app.js"></script>
|
| 83 |
<script src="/static/js/auth.js"></script>
|
| 84 |
<script src="/static/js/editor.js"></script>
|
| 85 |
+
<script src="/static/js/settings.js"></script>
|
| 86 |
|
| 87 |
</body>
|
| 88 |
</html>
|