diff options
Diffstat (limited to 'src/match_up/templates')
| -rw-r--r-- | src/match_up/templates/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/match_up/templates/index.html b/src/match_up/templates/index.html index 23bba20..e292734 100644 --- a/src/match_up/templates/index.html +++ b/src/match_up/templates/index.html @@ -1,10 +1,11 @@ <!doctype html> +<link rel="stylesheet" href="https://cdn.simplecss.org/simple.min.css"> <html> <head> <title>{{ title }}</title> </head> <body> - <h1>{{ title }}</h1> + <h1>Match Up!</h1> <ul> {% for person in people %} <li>{{ person.first_name }}</li> |
