ikraamkb commited on
Commit
55197dc
·
verified ·
1 Parent(s): eda835f

Update templates/home.html

Browse files
Files changed (1) hide show
  1. 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>