mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 18:24:03 +00:00
13 lines
479 B
PHP
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>
|