mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-21 18:22:30 +01:00
move files from gh-pages branch to master
This commit is contained in:
parent
39fb96a845
commit
d95be2537a
9
docs/index.html
Normal file
9
docs/index.html
Normal file
@ -0,0 +1,9 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>gallery-dl</title>
|
||||
</head>
|
||||
<body>
|
||||
</body>
|
||||
</html>
|
12
docs/oauth-redirect.html
Normal file
12
docs/oauth-redirect.html
Normal file
@ -0,0 +1,12 @@
|
||||
<!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>
|
Loading…
Reference in New Issue
Block a user