You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
362 B
HTML
11 lines
362 B
HTML
2 years ago
|
<form action="/" method="POST">
|
||
|
<h3>Discord Tag: </h3>
|
||
|
<input type='text' name='discord-tag'/>
|
||
|
<br/>
|
||
|
<h3>Feedback: </h3>
|
||
|
<textarea name='feedback'>
|
||
|
What do you like, or dislike, about Crystal Linux, and how can we make it better? :)
|
||
|
</textarea>
|
||
|
<br/>
|
||
|
<button type='submit' class="btn btn-primary">Register</button>
|
||
|
</form>
|