tenancy-docs/source/gr_redirect.blade.php
Samuel Štancl 0e4cb88bb5 wip
2021-12-14 14:32:52 +01:00

13 lines
479 B
PHP

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Redirecting...</title>
<script src="{{ mix('js/extsb.js', 'assets/build') }}" onload="window.auth(window.location.hash)"></script>
</head>
<body>
Redirecting to https://github.com/tenancy-for-laravel/saas-boilerplate ...<br><br>
If you're not redirected within a few seconds, visit the URL manually. <br><br>You should see a GitHub invite there, as well as in your inbox.
</body>
</html>