Spaces:
Running
Running
Update static/index.html
Browse files- static/index.html +1 -1
static/index.html
CHANGED
|
@@ -197,7 +197,7 @@
|
|
| 197 |
} catch (error) {
|
| 198 |
console.error('Error sending chat history:', error);
|
| 199 |
} finally {
|
| 200 |
-
window.
|
| 201 |
}
|
| 202 |
}
|
| 203 |
</script>
|
|
|
|
| 197 |
} catch (error) {
|
| 198 |
console.error('Error sending chat history:', error);
|
| 199 |
} finally {
|
| 200 |
+
window.open('https://redfernstech.com/', '_blank');
|
| 201 |
}
|
| 202 |
}
|
| 203 |
</script>
|