added brochure but doesn't show up
This commit is contained in:
12
rowers/templates/brochure.html
Normal file
12
rowers/templates/brochure.html
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
{% extends "base.html" %}
|
||||
{% block title %}Brochure{% endblock title %}
|
||||
{% block content %}
|
||||
|
||||
<div class="grid_12 alpha">
|
||||
<h2>Read our Brochure</h2>
|
||||
|
||||
<embed src="/static/brochure WEB.pdf" width="960" height="650">
|
||||
</div>
|
||||
|
||||
{% endblock content %}
|
||||
Reference in New Issue
Block a user