-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathupdating.html
59 lines (51 loc) · 2.4 KB
/
updating.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
55
56
57
58
59
<!doctype html>
<!--[if lt IE 7 ]> <html lang="en" class="no-js ie6"> <![endif]-->
<!--[if IE 7 ]> <html lang="en" class="no-js ie7"> <![endif]-->
<!--[if IE 8 ]> <html lang="en" class="no-js ie8"> <![endif]-->
<!--[if IE 9 ]> <html lang="en" class="no-js ie9"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--> <html lang="en" class="no-js"> <!--<![endif]-->
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>HTML EMAIL BOILERPLATE v 0.5 updating...</title>
<meta name="description" content="HTML Email Boilerplate website.">
<meta name="author" content="Sean Powell">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="google-site-verification" content="-ykgQegBJk9bp5UuZzTfm1R71hdsEDlO_iBuabMpi0I" />
<!-- Added/External stylesheets -->
<link rel="stylesheet" href="css/960.css">
<link rel="stylesheet" href="css/shCore.css">
<link rel="stylesheet" href="css/shThemeRDark.css">
<!-- Site specific stylesheets -->
<link rel="shortcut icon" href="/favicon.ico">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<link rel="stylesheet" href="css/style.css?v=2">
<link rel="stylesheet" media="handheld" href="css/handheld.css?v=2">
<link rel="stylesheet" href="css/colorbox.css">
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- All JavaScript at the bottom, except for Modernizr which enables HTML5 elements & feature detects -->
<script src="js/libs/modernizr-1.6.min.js"></script>
<style type="text/css" media="screen">
#warning {
width: 500px;
margin: 20px auto;
border: 10px solid #666;
padding: 10px;
}
</style>
</head>
<body>
<div id="warning"><h3>Hold up!</h3>
<p>The situation here is the boilerplate and its website is getting a little update. In the meantime, you can check out the <a href="http://github.com/seanpowell/Email-Boilerplate">updated version (0.5) at Github</a>.</p>
<img src="images/spaceballs.jpg" width="500" alt="Spaceballs">
</div>
<script>
var _gaq=[['_setAccount','UA-4466412-5'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];g.async=1;
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
</script>
</body>
</html>