mirror of
https://github.com/assenzostefano/Apexie-Website.git
synced 2025-02-21 13:40:39 +01:00
11 lines
238 B
HTML
11 lines
238 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>OAuth2 redirect page</title>
|
|
</head>
|
|
<body>
|
|
<pre id="content">Authenticating...</pre>
|
|
<script type="module" src="/src/pages/redirect.ts"></script>
|
|
</body>
|
|
</html> |