mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-22 18:53:21 +01:00
13 lines
244 B
HTML
13 lines
244 B
HTML
|
<!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>
|