diff options
-rw-r--r-- | templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index 7f07a77..cc39b4e 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,7 +1,7 @@ <!doctype html> <html> <head> - <title>flask app template</title> + <title>HAIP circles!</title> <!-- <link href="/static/css/default.css" rel="stylesheet"> --> <style type="text/css"> {% block style %}{% endblock %} |