22 lines
585 B
HTML
22 lines
585 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Redirecting...</title>
|
|
<style>
|
|
body {
|
|
background-color: #ffcccc;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
Redirecting...
|
|
|
|
<!-- TODO permanently cache with appcache (or service worker?) -->
|
|
<!-- TODO slim this all down to a single file -->
|
|
<script src="/assets/org.oauth3/oauth3.core.js"></script>
|
|
<script src="callback.js"></script>
|
|
</body>
|
|
</html>
|