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>
|
</p>
|
||||||
<form id="register">
|
<form id="register">
|
||||||
<label for="mail">Email address</label>
|
<label for="mail">Email address</label>
|
||||||
<input type="email" id="mail" name="email" />
|
<input type="email" id="mail" name="email" /> <br />
|
||||||
<input type="submit" />
|
<input type="submit" value="Submit" />
|
||||||
</form>
|
</form>
|
||||||
<footer>
|
<footer>
|
||||||
UL Computer Society 2023-<span id="year">2023</span>
|
UL Computer Society 2023-<span id="year">2023</span>
|
||||||
|
|
Loading…
Reference in a new issue