Skip to content

Commit

Permalink
Added title tag
Browse files Browse the repository at this point in the history
  • Loading branch information
clr-li authored and devxpy committed Feb 27, 2024
1 parent 6088901 commit 475d9a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/login_options.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% extends 'base.html' %}

{% block head %}
{% block title %}Login to Gooey.AI{% endblock title %}
<title>{% block title %}Login to Gooey.AI{% endblock title %}</title>
<meta name="description" content="Sign in for incredible Open source, shared AI workflows." />
<link type="text/css" rel="stylesheet" href="https://www.gstatic.com/firebasejs/ui/6.0.2/firebase-ui-auth.css"/>
{% endblock %}
Expand Down

0 comments on commit 475d9a7

Please sign in to comment.