-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
50 lines (50 loc) · 1.83 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
<!DOCTYPE html>
<html>
<head>
<title>Store Hours</title>
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes"/>
<script>
var _gaq = [['_setAccount', 'UA-9985129-1'], ['_setDomainName', '.storehours.com']];
_gaq.push(['_trackPageview']);
(function (g, s, p) { g.async = true; g.src = ('https:' == p ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; s.parentNode.insertBefore(g, s); })(document.createElement('script'), document.getElementsByTagName('script')[0], document.location.protocol);
</script>
<style>
body {
font-size: 17px;
font-family: Trebuchet MS;
color: #333;
background: #F6F6F6;
max-width:600px;
}
body > header > h1 {
margin: 0;
}
body > header small {
font-size: .7em;
font-style: italic;
color: #666;
margin-top: -6px;
}
</style>
</head>
<body>
<header role="banner">
<h1>Store<span style="font-size:9px"> </span>Hours</h1><small>
<q>How late are you open?</q></small><small>- everyone</small>
</header>
<hr/>
<article>
<h2>It's time for a change.</h2>
<p>
For over 10 years, we've been diligently gathering the Store Hours for many companies and displaying them
here- free of charge. Our goal is to be the *THE* place to get the answer to "What time do you open/close?"
</p>
<p>
Technology has drastically changed over the decade and we want to take advantage these changes. But, it means
the website and API will be unavailable for awhile.
</p>
<p>We're confident you'll like the direction we're taking and we're very excited.</p>
</article>
<footer style="text-align:right;"><small>-The StoreHours.com Management</small></footer>
</body>
</html>