Adding title to register page

Signed-off-by: Eoghan Conlon <eoghanconlon73@skynet.ie>
This commit is contained in:
eoghanconlon73 2023-09-11 12:33:36 +01:00
parent 1794dceb36
commit 815e114875

View file

@ -8,6 +8,10 @@
</head> </head>
<body> <body>
<h1>Sign-up</h1> <h1>Sign-up</h1>
<div id="title">
<a href="./"><img src="images/sharky_vector_svg.svg" alt="Picture of Sharky, the mascot of skynet" width="145" height="81.56"/> </a>
<h1>Skynet Password Reset & Sign-up service</h1>
</div>
<form id="register"> <form id="register">
<label for="user">Username</label> <label for="user">Username</label>
<input type="text" id="user" name="user"/> <br/> <input type="text" id="user" name="user"/> <br/>