STABLE VIBE: relative paths (./wizard.css, ./wizard.js)
Browse files- static/index.html +2 -2
static/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>Wizard-Vibe Studio — Zero-Delay Creator</title>
|
| 7 |
-
<link rel="stylesheet" href="/wizard.css">
|
| 8 |
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'><defs><linearGradient id='g' x1='0%25' y1='0%25' x2='100%25' y2='100%25'><stop offset='0%25' style='stop-color:%238B5CF6'/><stop offset='50%25' style='stop-color:%2306B6D4'/><stop offset='100%25' style='stop-color:%2310B981'/></linearGradient></defs><path d='M32 8 L8 48 L32 40 L56 48 Z' fill='url(%23g)' /></svg>">
|
| 9 |
</head>
|
| 10 |
<body>
|
|
@@ -119,6 +119,6 @@
|
|
| 119 |
|
| 120 |
</div>
|
| 121 |
|
| 122 |
-
<script src="/wizard.js"></script>
|
| 123 |
</body>
|
| 124 |
</html>
|
|
|
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
<title>Wizard-Vibe Studio — Zero-Delay Creator</title>
|
| 7 |
+
<link rel="stylesheet" href="./wizard.css">
|
| 8 |
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'><defs><linearGradient id='g' x1='0%25' y1='0%25' x2='100%25' y2='100%25'><stop offset='0%25' style='stop-color:%238B5CF6'/><stop offset='50%25' style='stop-color:%2306B6D4'/><stop offset='100%25' style='stop-color:%2310B981'/></linearGradient></defs><path d='M32 8 L8 48 L32 40 L56 48 Z' fill='url(%23g)' /></svg>">
|
| 9 |
</head>
|
| 10 |
<body>
|
|
|
|
| 119 |
|
| 120 |
</div>
|
| 121 |
|
| 122 |
+
<script src="./wizard.js"></script>
|
| 123 |
</body>
|
| 124 |
</html>
|