Spaces:
Running
Running
johnslegers
commited on
Commit
•
2664e7a
1
Parent(s):
1d4c461
fix paths
Browse files- ui/index.html +8 -8
ui/index.html
CHANGED
@@ -6,14 +6,14 @@
|
|
6 |
(function o(b) { if (b.href != window.location.pathname) { b.href = window.location.pathname; console.log("YEP", window.location, b) } else { console.log("NOPE", "/", b.href, window.location.pathname) } })(document.getElementsByTagName('base')[0]);
|
7 |
</script>
|
8 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
9 |
-
<link rel="icon" type="image/png" href="
|
10 |
-
<link rel="icon" type="image/png" href="
|
11 |
-
<link rel="stylesheet" href="
|
12 |
-
<link rel="stylesheet" href="
|
13 |
-
<link rel="stylesheet" href="
|
14 |
-
<link rel="stylesheet" href="
|
15 |
-
<script src="
|
16 |
-
<script src="
|
17 |
</head>
|
18 |
<body>
|
19 |
<div id="container">
|
|
|
6 |
(function o(b) { if (b.href != window.location.pathname) { b.href = window.location.pathname; console.log("YEP", window.location, b) } else { console.log("NOPE", "/", b.href, window.location.pathname) } })(document.getElementsByTagName('base')[0]);
|
7 |
</script>
|
8 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
9 |
+
<link rel="icon" type="image/png" href="media/favicon-16x16.png" sizes="16x16">
|
10 |
+
<link rel="icon" type="image/png" href="media/favicon-32x32.png" sizes="32x32">
|
11 |
+
<link rel="stylesheet" href="media/main.css?v=22">
|
12 |
+
<link rel="stylesheet" href="media/modifier-thumbnails.css?v=1">
|
13 |
+
<link rel="stylesheet" href="media/font-awesome/6.2.0/css/all.min.css">
|
14 |
+
<link rel="stylesheet" href="media/drawingboard.min.css">
|
15 |
+
<script src="media/jquery-3.6.1.min.js"></script>
|
16 |
+
<script src="media/drawingboard.min.js"></script>
|
17 |
</head>
|
18 |
<body>
|
19 |
<div id="container">
|