HTML form complete
This commit is contained in:
parent
4c22492ea2
commit
353c4b3596
1 changed files with 5 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue