Browse Source

loading thingy

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

17
src/templates/search.html

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

Loading…
Cancel
Save