Exemple #1
0
	<h2>Looking for a way to find people to play some of your favourite games with? Then look no more! Gamerlocator is a simple app that will help you find gamers to play with via game genres.</h2>
    
  </div>
</div>


    <div class="row">
        <div class="col-sm-6 col-md-4 col-md-offset-4">
            
            <div class="account-wall">
            	<h1 class="text-center login-title">Sign in to continue to Gamerlocator</h1>    
                <form class="form-signin" action="" method="post">
                <input type="text" class="form-control" name="username" id="username" autocomplete="off" placeholder="username" required autofocus>
                <input type="password" class="form-control" name="password" id="password" autocomplete="off" placeholder="Password" required>
                <input type="hidden" name="token" value="<?php 
echo token::generate();
?>
" >
                <button class="btn btn-lg btn-primary btn-block" type="submit">
                    Sign in</button>
                <label class="checkbox pull-left">
                <input type="checkbox" name="remember" id="remember" >
                    Remember me
                </label>
               
                </form>
            </div>
            <a href="register.php" class="text-center new-account">Create an account </a>
           
        </div>
    </div>