You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
1.0 KiB
36 lines
1.0 KiB
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
|
"http://www.w3.org/TR/html4/strict.dtd">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<header class="text-center nav">
|
|
<section class="page-top navbar-section">
|
|
<div class="container">
|
|
<div class="columns">
|
|
<div class="column">
|
|
<h1 class="title inline-block">TextBook Commons</h1>
|
|
<figure class="inline-block logo avatar avatar-xl">
|
|
<img src="https://mgoal.ca/goal.png" />
|
|
</figure>
|
|
</div>
|
|
</div>
|
|
<div class="columns">
|
|
<div class="title column col-sm-12 col-md-12 col-lg-12">
|
|
<h5>Search for a course and find your books</h5>
|
|
</div>
|
|
</div>
|
|
<search></search>
|
|
</div>
|
|
</section>
|
|
</header>
|
|
<html>
|
|
<body>
|
|
<results></results>
|
|
|
|
<footer class="footer">
|
|
</footer>
|
|
|
|
<link rel="stylesheet" href="/styles/spectre.min.css">
|
|
<link rel="stylesheet" href="/styles/search.min.css">
|
|
<script type="text/javascript" src="/scripts/search.min.js"></script>
|
|
|
|
</body>
|
|
</html>
|
|
|