From f34df498c517a462aad98f2ab528a6d15974e46c Mon Sep 17 00:00:00 2001 From: Matt Arnold Date: Thu, 10 Apr 2025 19:24:21 -0400 Subject: The great ui commit css crimes --- templates/base.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html index 48b4d9c..d014cd9 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,11 +1,14 @@ <!DOCTYPE html> <html lang="en"> + <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <title>Blog</title> + <title>VibesHome</title> <link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}"> + </head> + <body> <header> <h1><a href="{{ url_for('index') }}">My Blog</a></h1> @@ -14,4 +17,5 @@ {% block content %}{% endblock %} </main> </body> + </html> \ No newline at end of file -- cgit 1.4.1-2-gfad0