Spaces:
Sleeping
Sleeping
Update templates/index.html
Browse files- templates/index.html +2 -2
templates/index.html
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
<title>PyStructure Studio</title>
|
| 7 |
-
<link rel="stylesheet" href="{{ url_for('static', filename='
|
| 8 |
<script src="https://unpkg.com/konva@9/konva.min.js"></script>
|
| 9 |
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600&family=JetBrains+Mono:wght@400;700&display=swap" rel="stylesheet">
|
| 10 |
</head>
|
|
@@ -103,6 +103,6 @@ def bubble_sort(arr):
|
|
| 103 |
</div>
|
| 104 |
</div>
|
| 105 |
|
| 106 |
-
<script src="{{ url_for('static', filename='
|
| 107 |
</body>
|
| 108 |
</html>
|
|
|
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
<title>PyStructure Studio</title>
|
| 7 |
+
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
|
| 8 |
<script src="https://unpkg.com/konva@9/konva.min.js"></script>
|
| 9 |
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600&family=JetBrains+Mono:wght@400;700&display=swap" rel="stylesheet">
|
| 10 |
</head>
|
|
|
|
| 103 |
</div>
|
| 104 |
</div>
|
| 105 |
|
| 106 |
+
<script src="{{ url_for('static', filename='canvas.js') }}"></script>
|
| 107 |
</body>
|
| 108 |
</html>
|