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.
29 lines
859 B
29 lines
859 B
10 years ago
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
<title>React Bootstrap IE8 test page</title>
|
||
|
|
||
|
<!-- Bootstrap -->
|
||
|
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet">
|
||
|
<style>
|
||
|
body {
|
||
|
padding: 50px 100px;
|
||
|
}
|
||
|
</style>
|
||
|
|
||
|
<!--[if IE 8]>
|
||
|
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
|
||
|
<script src="http://cdnjs.cloudflare.com/ajax/libs/es5-shim/3.4.0/es5-shim.js"></script>
|
||
|
<script src="http://cdnjs.cloudflare.com/ajax/libs/es5-shim/3.4.0/es5-sham.js"></script>
|
||
|
<![endif]-->
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1>Hello, world!</h1>
|
||
|
|
||
|
<script src="/assets/bundle.js"></script>
|
||
|
</body>
|
||
|
</html>
|