We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e64dc51 + 46d62e0 commit 0dfa72cCopy full SHA for 0dfa72c
2 files changed
html/startPage/index.html
@@ -26,6 +26,9 @@ <h1 class='title'>pakkit</h1>
26
<li class="form-row">
27
<label for="version">Version:</label>
28
<select id="version">
29
+ <option value="1.19.3">1.19.3</option>
30
+ <option value="1.19.2">1.19.2</option>
31
+ <option value="1.19.1">1.19.1</option>
32
<option value="1.19">1.19</option>
33
<option value="1.18.2">1.18.2</option>
34
<option value="1.18">1.18(.1)</option>
@@ -116,4 +119,4 @@ <h1 class='title'>pakkit</h1>
116
119
</form>
117
120
<script src="script.js"></script>
118
121
</body>
-</html>
122
+</html>
0 commit comments