Browse Source

loading thingy

master
wes 9 years ago
parent
commit
56b6e43909
  1. 17
      src/templates/search.html

17
src/templates/search.html

@ -3,18 +3,15 @@
{{super()}} {{super()}}
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<header class="text-center nav navbar"> <header class="text-center nav navbar">
<div class="title-div">
<section class="navbar-section"> <section class="navbar-section">
<div class="title-div"> <h1>TextBook Commons</h1>
<div class="block"> <figure class="avatar avatar-xl">
<h1>TextBook Commons</h1> <img src="https://mgoal.ca/goal_small.png" />
<figure class="avatar avatar-xl"> </figure>
<img src="https://mgoal.ca/goal_small.png" />
</figure>
</div>
<h5>Type in the name of your course and start saving money on your books</h5>
</div>
<search class="search-form"></search>
</section> </section>
<h5>Type in the name of your course and start saving money on your books</h5>
<search class="search-form"></search>
</header> </header>
{% endblock %} {% endblock %}
<html> <html>

Loading…
Cancel
Save