Spaces:
Running
Running
Update templates/home.html
Browse files- templates/home.html +3 -0
templates/home.html
CHANGED
@@ -9,6 +9,9 @@
|
|
9 |
</head>
|
10 |
<body>
|
11 |
<header class="intro">
|
|
|
|
|
|
|
12 |
<img src="/resources/aiRobot1.png" alt="AI Assistant Chris">
|
13 |
<span>Hi, I’m <em>Aidan</em>, your AI assistant. How can I help you today?</span>
|
14 |
</header>
|
|
|
9 |
</head>
|
10 |
<body>
|
11 |
<header class="intro">
|
12 |
+
<div class="return">
|
13 |
+
<i class="fa-solid fa-arrow-left"></i>
|
14 |
+
</div>
|
15 |
<img src="/resources/aiRobot1.png" alt="AI Assistant Chris">
|
16 |
<span>Hi, I’m <em>Aidan</em>, your AI assistant. How can I help you today?</span>
|
17 |
</header>
|