first commit

This commit is contained in:
root
2024-09-20 04:29:09 +00:00
commit 5383007f49
459 changed files with 88755 additions and 0 deletions

13
static/index.html Executable file
View File

@@ -0,0 +1,13 @@
{% load socialaccount %}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Login</title>
</head>
<body>
<h2>Login</h2>
<a href="{% provider_login_url 'google' %}">Login with Google</a>
</body>
</html>