add actual name form to the create page
This commit is contained in:
parent
15b8179963
commit
362ce60287
|
@ -3,7 +3,16 @@
|
|||
</script>
|
||||
|
||||
<h1>hi yess you need a profile</h1>
|
||||
<p>i am still learning form shit but. soon</p>
|
||||
|
||||
<form method="POST" action="/profile?/update">
|
||||
<p>
|
||||
<label for="name">your name:</label>
|
||||
<input type="text" name="name" id="name">
|
||||
</p>
|
||||
<p>
|
||||
<button>show them who you are</button>
|
||||
</p>
|
||||
</form>
|
||||
|
||||
<form method="POST" action="/profile?/delete">
|
||||
<p>alternatively, you can <button>delete your account</button></p>
|
||||
|
|
Loading…
Reference in a new issue