nontgcob commited on
Commit
fef130d
·
verified ·
1 Parent(s): 12dd456

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +3 -3
templates/index.html CHANGED
@@ -154,10 +154,10 @@
154
  <body>
155
  <div class="container">
156
  <h1>T2E Vocabulary Exam Generator</h1>
157
- <p class="subtitle">Generate Vocabulary Exam from context.</p>
158
  <a class="docs-tutorial" target="_blank" href="https://scribehow.com/shared/How_to_use_T2E_Vocabulary_Exam_Generator__vyYu396JT_qZ0jKATVUqeQ">Docs & Tutorial</a>
159
  <form action="/process" method="POST" class="form">
160
- <textarea name="text" id="text" cols="90" rows="30" class="textbox" placeholder="Enter text here (i.e. Computer is good.)"></textarea>
161
  <br>
162
  <label for="cefr_level" class="level">Select CEFR level :</label>
163
  <select name="cefr_level" id="cefr_level" class="cefr">
@@ -173,7 +173,7 @@
173
  <button id="changeText" class="generate">Generate</button>
174
  </form>
175
  </div>
176
- <a href="https://nontgcob.com/" target="_blank" class="dev">
177
  <p class="credit">Developed by Nutnornont Chamadol</p>
178
  </a>
179
 
 
154
  <body>
155
  <div class="container">
156
  <h1>T2E Vocabulary Exam Generator</h1>
157
+ <p class="subtitle">Generate Vocabulary Exam from context.<br>(Similar to the SAT)</p>
158
  <a class="docs-tutorial" target="_blank" href="https://scribehow.com/shared/How_to_use_T2E_Vocabulary_Exam_Generator__vyYu396JT_qZ0jKATVUqeQ">Docs & Tutorial</a>
159
  <form action="/process" method="POST" class="form">
160
+ <textarea name="text" id="text" cols="90" rows="30" class="textbox" placeholder="Enter text here (i.e. The plane is flying.)"></textarea>
161
  <br>
162
  <label for="cefr_level" class="level">Select CEFR level :</label>
163
  <select name="cefr_level" id="cefr_level" class="cefr">
 
173
  <button id="changeText" class="generate">Generate</button>
174
  </form>
175
  </div>
176
+ <a href="https://nontgcob.netlify.app/" target="_blank" class="dev">
177
  <p class="credit">Developed by Nutnornont Chamadol</p>
178
  </a>
179