Browse Source

loading thingy

master
wes 9 years ago
parent
commit
ebbef26a04
  1. 9
      src/templates/search.html

9
src/templates/search.html

@ -6,6 +6,9 @@
<section class="navbar-section"> <section class="navbar-section">
<div class="title-div"> <div class="title-div">
<h1>TextBook Commons</h1> <h1>TextBook Commons</h1>
<figure class="avatar avatar-xl">
<img src="https://mgoal.ca/goal_small.png" />
</figure>
<h5>Type in the name of your course and start saving money on your books</h5> <h5>Type in the name of your course and start saving money on your books</h5>
</div> </div>
<search class="search-form"></search> <search class="search-form"></search>
@ -13,8 +16,14 @@
</header> </header>
{% endblock %} {% endblock %}
<html> <html>
<figure class="avatar avatar-xl">
<img src="https://mgoal.ca/goal_small.png" />
</figure>
<body> <body>
{% block content %} {% block content %}
<results></results>
{% endblock %} {% endblock %}
<footer class="footer"> <footer class="footer">

Loading…
Cancel
Save