-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
54 lines (54 loc) · 2.66 KB
/
index.html
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
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-gb">
<head>
<meta charset="utf-8" />
<title>Conspicus</title>
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="author" href="https://plus.google.com/112317143321774109369" />
<link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon" sizes="144x144" href="/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon" sizes="60x60" href="/apple-touch-icon-60x60.png" />
<link rel="apple-touch-icon" sizes="120x120" href="/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon" sizes="76x76" href="/apple-touch-icon-76x76.png" />
<link rel="apple-touch-icon" sizes="152x152" href="/apple-touch-icon-152x152.png" />
<link rel="icon" type="image/png" href="/favicon-196x196.png" sizes="196x196" />
<link rel="icon" type="image/png" href="/favicon-160x160.png" sizes="160x160" />
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16" />
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32" />
<meta name="msapplication-TileColor" content="#da532c" />
<meta name="msapplication-TileImage" content="/mstile-144x144.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="George Brighton" />
<meta name="description" content="Real-time visual mapping" />
<meta name="keywords" content="google glass, glassware, mapping, location" />
<meta name="robots" content="index, follow" />
<meta name="application-name" content="Conspicus" />
<meta property="og:title" content="Conspicus" />
<meta property="og:type" content="website" />
<meta property="og:image" content="http://conspic.us/assets/icons/transparent.png" />
<meta property="og:url" content="http://conspic.us" />
<meta property="og:description" content="Real-time visual mapping" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Conspicus" />
<meta name="twitter:description" content="Real-time visual mapping" />
<meta name="twitter:image" content="http://conspic.us/assets/icons/transparent.png" />
</head>
<body>
<main role="main">
<div class="welcome">
<div>
<h1>Conspic<span>v</span>s</h1>
<p>Coming soon</p>
</div>
</div>
</main>
<footer role="contentinfo">
<div class="wrap">
<small>© Conspicus</small>
</div>
</footer>
</body>
</html>