HTML form complete

This commit is contained in:
eoghan.conlon 2023-08-07 18:19:15 +01:00
parent 4c22492ea2
commit 353c4b3596

View file

@ -7,6 +7,11 @@
</head>
<body>
<form id="register">
<label for="mail">Email address</label>
<input type="email" id="mail" name="email" />
<input type="submit" />
</form>
<footer>
UL Computer Society 2023-<span id="year">2023</span>
</footer>