From 940907af4c488800aef95857d0f402e6c3a9128d Mon Sep 17 00:00:00 2001
From: Andy C <acraigi2@myune.edu.au>
Date: Sat, 18 Aug 2018 10:56:08 +0900
Subject: [PATCH] testing font awesome

---
 index.html | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/index.html b/index.html
index ceecf88..9269a0e 100644
--- a/index.html
+++ b/index.html
@@ -16,6 +16,9 @@
         <div id="wrapper">
             <div id="input-div">
                 <h2 id="input-header">Input</h2>
+                <div>
+                    <i class="fas fa-user"></i>
+                </div>
                 <textarea id="input-textarea" autocomplete="off" aria-labelledby="input-header"></textarea>
             </div>
             <div id="output-div">
-- 
GitLab