privateuserh commited on
Commit
af39867
·
verified ·
1 Parent(s): 73c463e

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +3 -0
index.html CHANGED
@@ -71,7 +71,10 @@
71
  <label for="tokenAmount">Tokens Requested</label>
72
  <input type="number" id="tokenAmount" name="tokenAmount" required min="0" step="any">
73
  </div>
 
 
74
  <button type="submit" id="submit-button" class="button-primary">Submit Request</button>
 
75
  </form>
76
  <div id="status-message" class="status" aria-live="polite"></div>
77
  </div>
 
71
  <label for="tokenAmount">Tokens Requested</label>
72
  <input type="number" id="tokenAmount" name="tokenAmount" required min="0" step="any">
73
  </div>
74
+ <label for="tokenAmount">Make a note of your Unique ID.</label>
75
+
76
  <button type="submit" id="submit-button" class="button-primary">Submit Request</button>
77
+
78
  </form>
79
  <div id="status-message" class="status" aria-live="polite"></div>
80
  </div>