QOL update
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
</h1><br>
|
||||
|
||||
<h1>Basic</h1><br>
|
||||
<form>
|
||||
<form class="licenseForm">
|
||||
<div class="paramContainer"><label for="titleInput">Title</label><input type="text" id="titleInput" name="titleInput" value="Boykisser license"></div>
|
||||
<div class="paramContainer"><label for="authorInput">For/Author</label><input type="text" id="authorInput" name="authorInput" value="Byte Dice"></div>
|
||||
<div class="paramContainer"><label for="createdInput">Issued</label><input type="text" id="createdInput" name="createdInput" value="2025-01-01"></div>
|
||||
@@ -91,16 +91,16 @@
|
||||
</form><br>
|
||||
|
||||
<h1>Extra</h1><br>
|
||||
<form>
|
||||
<label for="soon1">Soon...</label><input name="soon1" value="Does nothing"><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>
|
||||
<form>
|
||||
<label for="soon2">Soon...</label><input name="soon2" value="Does nothing"><br>
|
||||
<form class="licenseForm">
|
||||
<label for="soon2">Soon...</label><input type="text" name="soon2" value="Does nothing"><br>
|
||||
<!--
|
||||
license border radius
|
||||
pic border radius
|
||||
|
||||
Reference in New Issue
Block a user