Ashrafb commited on
Commit
0590c54
1 Parent(s): 35eaac2

Update static/index.html

Browse files
Files changed (1) hide show
  1. static/index.html +3 -3
static/index.html CHANGED
@@ -273,9 +273,9 @@ input[type="number"]#scale:focus {
273
 
274
  <label for="version">Select Version:</label>
275
  <select id="version" name="version">
276
- <option value="v1.2">v1.2</option>
277
- <option value="v1.3">v1.3</option>
278
- <option value="v1.4">v1.4</option>
279
  <!-- Add more options as needed -->
280
  </select>
281
 
 
273
 
274
  <label for="version">Select Version:</label>
275
  <select id="version" name="version">
276
+ <option value="v1.2">M1</option>
277
+ <option value="v1.3">M2</option>
278
+ <option value="v1.4">M3</option>
279
  <!-- Add more options as needed -->
280
  </select>
281