-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (26 loc) · 1.26 KB
/
index.html
File metadata and controls
30 lines (26 loc) · 1.26 KB
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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Intel® Assurance</title>
<meta name="description" content="Intel® Assurance">
<meta name="viewport" content="width=device-width">
<link rel="icon" href="/images/favicon.png">
<link rel="stylesheet" href="styles/main.css">
</head>
<body>
<!--[if lt IE 10]>
<div class="alert alert-danger" style="margin:20px;">
<h4><i class="fa fa-warning"></i> Please upgrade your browser</h4>
<p>Your browser is out of date. In order to use this web application, you must upgrade to a modern browser like Microsoft Internet Explorer 10 or greater, Google Chrome, or Mozilla Firefox. Learn how to upgrade your browser at <a href="http://browsehappy.com" target="_top">browsehappy.com</a>.</p>
</div>
<![endif]-->
<!--[if !(lt IE 10)]>-->
<script src="scripts/components.js"></script>
<script src="scripts/app.js"></script>
</body>
</html>