You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
1.4 KiB
35 lines
1.4 KiB
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<title>Air-one Services</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
<meta name="author" content="J.Infield" />
|
|
<meta name="description"
|
|
content="Quality Commercial, Residential, and Industrial HVAC and Plumbing Services" />
|
|
<meta name="keywords" content="" />
|
|
<link rel="stylesheet" type="text/css" href="stylesheets/yui-3.css" />
|
|
<link rel="stylesheet" type="text/css" href="stylesheets/soon.css" />
|
|
<script type="text/javascript" src="javascripts/jquery-1.4.2.min.js"></script>
|
|
<script type="text/javascript" src="javascripts/jquery.color.min.js"></script>
|
|
<script type="text/javascript">
|
|
$(document).ready(function() {
|
|
$("p > span").hover(function() {
|
|
$(this).stop().animate({ color: "#fff" }, 600);
|
|
},function() {
|
|
$(this).stop().animate({ color: "#00f300" }, 600);
|
|
});
|
|
});
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<div id="container" style="margin: auto; width: 600px;">
|
|
<img alt="Air-one Logo" src="images/Air-One.png" />
|
|
<p>Check back soon... We're making changes</p>
|
|
<p>Meanwhile, contact us at:</p>
|
|
<p><span>(901) 762-0303</span> -or- <span>(888) 314-1263</span></p>
|
|
</div>
|
|
<!-- id="container" -->
|
|
</body>
|
|
</html>
|
|
<!-- © Copyright 2010 J.Infield. All Rights Reserved. -->
|