From c711449d8f7a6d17901f4662f070743b296ec74a Mon Sep 17 00:00:00 2001 From: Ratnadeep Rajendra Kharade <92khra1mst@hft-stuttgart.de> Date: Fri, 30 Oct 2020 13:40:03 +0100 Subject: [PATCH] added minimum character count note --- public/index.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/public/index.html b/public/index.html index dca6363..c429598 100644 --- a/public/index.html +++ b/public/index.html @@ -56,6 +56,15 @@ id="inputTextCharacters" name="inputTextCharacters" value=""> <div id="textCharacters-validation" class="error-message">Please enter number the of characters.</div> </div> + <div class="more-information"> + <div> + <h4> <span>ⓘ</span> Note</h4> + </div> + <div> + <div>Minimum number of characters for school level should be; + First Year: 100, Second Year: 100, Third Year: 400, Fourth Year: 400 </div> + </div> + </div> </div> <div> <label for="schoolLevel">School Level:</label> -- GitLab