Skip to content

Commit

Permalink
Added title tag
Browse files Browse the repository at this point in the history
  • Loading branch information
clr-li committed Feb 19, 2024
1 parent c84dc22 commit 12e1464
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 12e1464

Please sign in to comment.