Skip to content

Commit

Permalink
Better h1 for top of each page
Browse files Browse the repository at this point in the history
  • Loading branch information
georgevreilly committed Feb 3, 2013
1 parent b4ec5bc commit 40ac89c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gae_flask_app/templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<title>AdYouLation</title>
<link rel=stylesheet type=text/css href="{{ url_for('static', filename='style.css') }}">
<div class=page>
<h1>AdYouLation</h1>
<h1>AdYouLation—Vote for Super Bowl XLVII Ads</h1>
{% for message in get_flashed_messages() %}
<div class=flash>{{ message }}</div>
{% endfor %}
Expand Down

0 comments on commit 40ac89c

Please sign in to comment.