Skip to content
Snippets Groups Projects
Commit 41f8907c authored by Andy C's avatar Andy C
Browse files

Added code comments

parent c704d5dc
Branches
No related tags found
No related merge requests found
<!DOCTYPE html>
<html>
<!-- start header -->
<head>
<meta charset="UTF-8" />
<meta name="language" content="english">
......@@ -28,11 +28,14 @@
<meta name="application-name" content="eRecruitment Advertisment Designer" />
<meta name="msapplication-tooltip" content="Launch eRecruitment Advertisment Designer" />
</head>
<!-- end header -->
<!-- start body -->
<body>
<h1>eRecruitment Advertisement Designer - Casual Position Free-text Editor (Prototype 2)</h1>
<a href="prototype3.html">Continuing Position Template Editor (Prototype 3)</a>
<!-- start wrapper -->
<div id="wrapper">
<!-- start input section -->
<div id="input-div">
<h2 id="input-header">Input</h2>
<div id="input-controls">
......@@ -49,22 +52,28 @@
<input id="color-picker" type="color">
<div id="input-textarea" autocomplete="off" contenteditable="true" aria-labelledby="input-header"></div>
</div>
<!-- end input section -->
<!-- start centre column -->
<div id="update-code-div">
<div id="update-code-wrapper">
<button id="update-code"><i class="fas fa-exchange-alt"></i></button>
</div>
</div>
<!-- end centre column -->
<!-- start output section -->
<div id="output-div">
<h2 id="output-header">Ready-to-go output!</h2>
<div id="output-pre" aria-labelledby="output-header">
</div>
</div>
<!-- end output section -->
<div id="clearer">
</div>
</div>
<!-- end wrapper -->
</body>
<!-- end body -->
</html>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment