1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-22 18:53:21 +01:00
gallery-dl/docs/oauth-redirect.html

13 lines
244 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>gallery-dl - OAuth Redirect</title>
<script>
window.location.href = "http://localhost:6414/" + window.location.search;
</script>
</head>
<body>
</body>
</html>