From 4cc0c6fb4b531e16aeadbe68fd8d8d6e63215c4c Mon Sep 17 00:00:00 2001
From: Joshua Barlin <jbarlin@myune.edu.au>
Date: Sat, 18 Aug 2018 11:33:09 +1000
Subject: [PATCH] Add headers

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

diff --git a/index.html b/index.html
index 6abae2d..6ad4fe3 100644
--- a/index.html
+++ b/index.html
@@ -6,15 +6,17 @@
     </head>
 
     <body>
-        <h1>eRecreuitment Advertisment Deigner</h1>
+        <h1>eRecreuitment Advertisment Designer</h1>
         <div id="wrapper">
             <div id="input-div">
-                <textarea id="input-textarea">
+                <h2 id="input-header">Input</h2>
+                <textarea id="input-textarea" aria-labelledby="input-header">
             
                         </textarea>
             </div>
             <div id="output-div">
-                <pre id="output-pre">
+                <h2 id="output-header">Ready-to-go output!</h2>
+                <pre id="output-pre" aria-labelledby="output-header">
             
                         </pre>
             </div>
-- 
GitLab