This repository has been archived by the owner on Feb 25, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.htm
43 lines (38 loc) · 1.76 KB
/
index.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://unpkg.com/basscss@8.0.2/css/basscss.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Patrick+Hand|Roboto:300,500" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
<link rel="stylesheet" href="css/style.min.css">
<title>Where do I dispose of this?</title>
</head>
<body class="m0">
<div class="main">
<header class="m0 py3 px4 center">
<h1 class="mt0"><label for="searchStr">Where do I dispose of this?</label></h1>
<input class="h2 p1 center" id="searchStr" type="text" placeholder="Search here" />
<div class="pt2 clearfix" id="container--searchResults"></div>
</header>
<article class="max-width-4 mx-auto px2" id="container--item"></article>
</div>
<footer class="mt4 py2 px4 clearfix">
<div class="sm-col sm-col-8">
The City of Sault Ste. Marie strives to provide cost-effective,
efficient and environmentally responsible waste management services,
recognizing a responsibility to future generations to protect our environment.
</div>
<div class="sm-col sm-col-4">
<div class="right-align">
<a href="https://github.com/cityssm/disposal-app/">
<i class="fab fa-github"></i>
</a>
</div>
</div>
</footer>
<script src="https://unpkg.com/nanoajax@0.4.3/nanoajax.min.js"></script>
<script src="js/main.min.js"></script>
</body>
</html>