Fix. Form looks better in browser
This commit is contained in:
parent
b13a199098
commit
776ed76ab0
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@
|
|||
</p>
|
||||
<form id="register">
|
||||
<label for="mail">Email address</label>
|
||||
<input type="email" id="mail" name="email" />
|
||||
<input type="submit" />
|
||||
<input type="email" id="mail" name="email" /> <br />
|
||||
<input type="submit" value="Submit" />
|
||||
</form>
|
||||
<footer>
|
||||
UL Computer Society 2023-<span id="year">2023</span>
|
||||
|
|
Loading…
Reference in a new issue