2020-06-14 17:20:20 +02:00
|
|
|
<?php require ROOT . '/views/templates/main_header.php'; ?>
|
|
|
|
<?php require ROOT . '/views/templates/header.php'; ?>
|
|
|
|
<div class="main">
|
2020-06-21 01:33:33 +02:00
|
|
|
<h2>Login up with Google</h2>
|
2020-06-14 17:20:20 +02:00
|
|
|
<div class="box">
|
2020-06-21 01:33:33 +02:00
|
|
|
<p class="error justify">Authenticating with Google failed. Please <a href="/login/google" title="Login with Google">retry</a>!</p>
|
2020-06-14 17:20:20 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<?php require ROOT . '/views/templates/main_footer.php'; ?>
|