Skip to content

Instantly share code, notes, and snippets.

@moflo
Created September 12, 2011 23:57
Show Gist options
  • Save moflo/1212813 to your computer and use it in GitHub Desktop.
Save moflo/1212813 to your computer and use it in GitHub Desktop.
IELandingPage
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="stylesheets/canvas.css" type="text/css" media="screen" />
<style type="text/css" media="screen">
#wrapper {width:100%;}
#wrapper p {width:80% !important;}
#wrapper a {color:#A5B4C3;}
</style>
</head>
<body>
<div id="IE_wrapper" style="width:100%;">
<br>
<div class="iBlock">
<h1>Welcome to Fieldforce!</h1>
<p>field team productivity, real-time group "push" messaging and the unique Fieldforce customer &amp; meeting "checkin" service to enterprises of all sizes.
</p>
</div>
<div class="iBlock">
<br>
<h2>Fieldforce Requirements</h2>
<br>
<ul>
<li>Fieldforce requires an HTML5 browser.
</li>
<li>We recommend <a href="http://www.google.com/chrome">Google Chrome</a>, <a href="http://www.apple.com/safari/">Apple Safari</a> or <a href="http://www.mozilla.org/en-US/firefox/new/">Firefox</a>.
</li>
<li>You can try accessing Fieldforce from one of the browsers above and try again.
</li>
<br>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment