added register button to page

This commit is contained in:
Thies Mueller 2021-01-08 19:05:59 +01:00
parent 2b0dd631f3
commit e8d467bde5

View File

@ -49,5 +49,8 @@ if(isset($errorMessage)) {
</div> </div>
<button type="submit" class="btn btn-primary">Login</button> <button type="submit" class="btn btn-primary">Login</button>
</form> </form>
<br />
<br />
<a href="register.php"><button class="btn btn-info">I need an account first. Please let me register</button></a>
</body> </body>
</html> </html>