diff --git a/get_together/templates/get_together/users/login.html b/get_together/templates/get_together/users/login.html
new file mode 100644
index 0000000..f7769f7
--- /dev/null
+++ b/get_together/templates/get_together/users/login.html
@@ -0,0 +1,20 @@
+{% extends "get_together/base.html" %}
+
+{% block content %}
+
+Welcome to Get Together!
+
+Login
+
+{% if settings.SOCIAL_AUTH_GOOGLE_OAUTH2_KEY %}Google{% endif %}
+{% if settings.SOCIAL_AUTH_FACEBOOK_KEY %}Faceboook{% endif %}
+{% if settings.SOCIAL_AUTH_TWITTER_KEY %}Twitter{% endif %}
+{% if settings.SOCIAL_AUTH_GITHUB_KEY %}GitHub{% endif %}
+{% if settings.DEBUG %}Local{% endif %}
+
+
+{% endblock %}
+