added a hashed ID & fixed some bugs when importing
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
|
||||
<h1>Basic</h1><br>
|
||||
<form class="licenseForm licenseFormContainer">
|
||||
<label for="titleInput" >Title</label ><input type="text" id="titleInput" name="titleInput" value="Boykisser license">
|
||||
<label for="titleInput" >Title</label ><input type="text" id="titleInput" name="titleInput" value="Boykisser License">
|
||||
<label for="authorInput" >User</label ><input type="text" id="authorInput" name="authorInput" value="Byte Dice">
|
||||
<label for="createdInput" >Issued</label ><input type="text" id="createdInput" name="createdInput" value="2025-01-01">
|
||||
<label for="expireInput" >Expires</label ><input type="text" id="expireInput" name="expireInput" value="NEVER!!!">
|
||||
@@ -87,12 +87,9 @@
|
||||
</div>
|
||||
</form><br>
|
||||
|
||||
<!--<h1>Extra</h1><br>
|
||||
<!--<h1>Colors</h1><br>
|
||||
<form class="licenseForm">
|
||||
<label for="soon1">Soon...</label><input type="text" name="soon1" value="Does nothing"><br>
|
||||
<\!-- decorations like
|
||||
the QR-code and other "accessories"
|
||||
-\->
|
||||
</form><br>-->
|
||||
|
||||
<!--<h1>Advanced</h1><br>
|
||||
@@ -157,6 +154,8 @@
|
||||
</div>
|
||||
|
||||
<p id="credits">Original by Chilli<br>Remade by Byte Dice at bytedice.net/toys</p>
|
||||
<!-- NR-ID = Non-Reversible IDentification -->
|
||||
<p id="hashID">NR-ID: 8f434346648f6b96</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user