Adding title to password reset page

Signed-off-by: Eoghan Conlon <eoghanconlon73@skynet.ie>
This commit is contained in:
eoghanconlon73 2023-09-11 11:43:43 +01:00
parent 56c0bd20c9
commit 6b0c679ee4

View file

@ -7,6 +7,10 @@
<link rel="stylesheet" type="text/css" href="stylesheets/index.css"/>
</head>
<body>
<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="reset">
<label for="user">Username</label>
<input type="text" id="user" name="user" /> <br />