This commit is contained in:
SilicoFlare
2023-03-28 19:29:13 +05:30
committed by GitHub
parent 96a632b548
commit 824ffe1a45

View File

@@ -44,13 +44,12 @@
<div id="uservals"> <div id="uservals">
</div> </div>
<button type="button" onclick="add()">Add Entry</button> <button type="button" onclick="add()">Add Entry</button>
<button type="button" onclick="genCode()">Submit</button> <!-- <button type="button" onclick="genCode()">Submit</button> -->
</form> </form>
<br><br> <br><br>
<h3>Copy your code from here:</h3> <h3>Copy your code from here:</h3>
<button type="button" onclick="copyCode()">COPY</button>
<div id="code"> <div id="code">
Enter all values and click 'Submit' Enter values to generate code and then click 'COPY' to copy the code.
</div> </div>
<!-- ------------------------------------------------------------------------ --> <!-- ------------------------------------------------------------------------ -->