Updated Street Address
[openhouseparty.online/.git] / build / lib / flaskr / templates / resources.html
1 {% extends "base.html" %}
2 {% block header %}
3   <h1>{% block title %}Resources{% endblock %}</h1>
4 {% endblock %}
5 {% block content %}
6 </br>
7 <b>Useful References/Citations:</b>
8 </br>
9 </br>
10 https://wiki.freecadweb.org/Wikihouse_porting_tutorial
11 </br>
12 </br>
13 https://issuu.com/josesanchez010/docs/turner_travis_arch793_book
14 </br>
15 </br>
16 https://issuu.com/josesanchez010/docs/wikihouse_xyshen_spread
17 </br>
18 </br>
19 https://issuu.com/studiobiomorphis/docs/wiki_assembly_v3_issuu
20 </br>
21 </br>
22 {% endblock %}