Adding title to register page
Signed-off-by: Eoghan Conlon <eoghanconlon73@skynet.ie>
This commit is contained in:
parent
1794dceb36
commit
815e114875
1 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,10 @@
|
|||
</head>
|
||||
<body>
|
||||
<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">
|
||||
<label for="user">Username</label>
|
||||
<input type="text" id="user" name="user"/> <br/>
|
||||
|
|
Loading…
Reference in a new issue