section tag

master
Jakob 2020-03-08 04:08:45 +01:00
parent 07c9822b44
commit 35d766c6b3
1 changed files with 21 additions and 19 deletions

View File

@ -25,7 +25,8 @@ if (isset($_SESSION['user_id'])){
<div class="item-1"> <div class="item-1">
<h1> <center>Log in to your ThreadR account</center> </h1> <h1> <center>Log in to your ThreadR account</center> </h1>
</div> </div>
<div class="item-2 form"> <div class="item-2">
<section>
<p> <p>
<?php <?php
if (isset($_GET['error'])){ if (isset($_GET['error'])){
@ -46,6 +47,7 @@ if (isset($_SESSION['user_id'])){
<input type="submit" value="Log in" /> <input type="submit" value="Log in" />
</form> </form>
<p></p> <p></p>
</section>
</div> </div>
<div class="item-3"> <div class="item-3">
<p></p> <p></p>