Spaces:
Running
Running
Update index.html
Browse files- index.html +2 -3
index.html
CHANGED
|
@@ -4,6 +4,7 @@
|
|
| 4 |
<meta charset="UTF-8" />
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
| 6 |
<title>Architecture Agents</title>
|
|
|
|
| 7 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 8 |
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/reactflow@11.10.1/dist/style.min.css" />
|
| 9 |
<style>
|
|
@@ -35,10 +36,8 @@
|
|
| 35 |
}
|
| 36 |
}
|
| 37 |
</script>
|
| 38 |
-
<link rel="stylesheet" href="/index.css">
|
| 39 |
</head>
|
| 40 |
<body class="bg-slate-950 text-slate-100 overflow-hidden">
|
| 41 |
<div id="root"></div>
|
| 42 |
-
<
|
| 43 |
-
</body>
|
| 44 |
</html>
|
|
|
|
| 4 |
<meta charset="UTF-8" />
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
| 6 |
<title>Architecture Agents</title>
|
| 7 |
+
<link rel="icon" type="image/png" href="https://huggingface.co/spaces/wuhp/testarcbuilder/resolve/main/favicon.png" />
|
| 8 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 9 |
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/reactflow@11.10.1/dist/style.min.css" />
|
| 10 |
<style>
|
|
|
|
| 36 |
}
|
| 37 |
}
|
| 38 |
</script>
|
|
|
|
| 39 |
</head>
|
| 40 |
<body class="bg-slate-950 text-slate-100 overflow-hidden">
|
| 41 |
<div id="root"></div>
|
| 42 |
+
</body>
|
|
|
|
| 43 |
</html>
|