Summary Table

Categories Total Count
PII 0
URL 0
DNS 0
EKL 0
IP 0
PORT 0
VsID 0
CF 0
AI 0
VPD 0
PL 0
Other 0

File Content

<!doctype html>
<head>
<meta charset="utf-8">

<title>Unsupported Browser</title>

<style type="text/css">
body {
background-image: url(_assets/images/browsers/stripe.jpg);
background-repeat: repeat;
font-family: Helvetica,Arial,sans-serif;
margin: 0;
}
#container {
width: 100%;
background-image: url(_assets/images/browsers/bright-corner.jpg);
background-repeat: no-repeat;
padding: 0;
margin: 0;
}
.main {
width: 80%;
margin: 0 auto;
}
h1 {
font-size: 20px;
margin: 0 20px;
padding-top: 20px;
color: #f3f5f2;
}
.item-wrapper {
float: left;
background-color: #f3f5f2;
margin: 20px 0 0 20px;
padding: 20px;
text-align: center;
font-size: 12px;
}
.btn-warning {
color: white;
background-color: #ee975a;
border-color: #ec8843;
}.btn {
border-width: 1px;
border-style: solid;
border-radius: 4px;
cursor: pointer;
font-size: 14px;
font-weight: normal;
line-height: 1.42857;
padding: 6px 12px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}
.padded {
margin: 0 20px;
padding: 20px 0;
}
.row {
display: table-row;
}
</style>

</head>

<body>

<div id="container">
<div class="main" role="main">
<h1>This application is not supported by the browser you are using. To use the app, please download the current version of one of the supported browsers:</h1>
<div class="row">
<div class="item-wrapper">
<a class="item" href="https://www.apple.com/downloads/ ">
<img src="_assets/images/browsers/browser_safari.gif"/>
<h2>Safari</h2>
</a>
</div>
<div class="item-wrapper">
<a class="item" href="http://www.google.com/chrome/index.html?hl=en&brand=CHMA&utm_campaign=en&utm_source=en-ha-na-us-bk&utm_medium=ha">
<img src="_assets/images/browsers/browser_chrome.gif"/>
<h2>Chrome</h2>
</a>
</div>
<div class="item-wrapper">
<a class="item" href="http://www.microsoft.com/en-us/download/internet-explorer.aspx">
<img src="_assets/images/browsers/browser_msie.gif"/>
<h2>Internet Explorer</h2>
</a>
</div>
</div>
</div>
</div>

</body>

</html>