1
0
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:
Mike Fährmann 2023-12-15 18:05:44 +01:00
parent 39fb96a845
commit d95be2537a
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88
2 changed files with 21 additions and 0 deletions

9
docs/index.html Normal file
View 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
View 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>