Change title on web design page

pull/2/head
Noah 2014-10-16 19:25:54 +00:00
parent 946552ed5a
commit ef332b1e9c
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{% extends "layout.html" %} {% extends "layout.html" %}
{% block title %}Error Message Generator{% endblock %} {% block title %}Web Design{% endblock %}
{% block content %} {% block content %}
<h1>Web Design</h1> <h1>Web Design</h1>
@ -126,4 +126,4 @@ website, in chronological order.<p>
</div> </div>
</div> </div>
{% endblock %} {% endblock %}