1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
theorangeone.net-legacy/templates/robotics/2014-index.html

17 lines
429 B
HTML
Raw Normal View History

{% extends 'content_base.html' %}
{% block pageTitle %}Student Robotics 2014{% endblock %}
{% block content%}
<div class="container">
<div class="row">
<div class="col-sm-4">
<img style="border-radius: 12px;" class="full-width" src="https://farm1.staticflickr.com/737/20984044320_ccbba155f9_o.gif" />
</div>
<div class="col-sm-8">
2016-01-28 21:09:19 +00:00
<p></p>
</div>
</div>
</div>
{% endblock %}