-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.htm
25 lines (25 loc) · 893 Bytes
/
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
<html>
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-RG226NDPQM"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-RG226NDPQM');
</script>
<meta charset='utf-8'>
<title>MultiSearch</title>
<link href='./style.css' rel='stylesheet'>
</head>
<body>
<main>
<h1>MultiSearch</h1>
<h2>Classifieds:</h2>
<a href='./vic'>Victoria, BC</a><br><br>
<a href='./van'>Vancouver, BC</a><br><br>
<a href='./edm'>Edmonton, AB</a><br><br>
<a href='./dc'>Washington, DC</a>
</main>
<footer onclick='window.open("https://github.com/mica/multisearch.app")'></footer>
</body>
</html>