Skip to content

Commit 8ac6c3c

Browse files
authored
Merge pull request #86 from MrBrain295/patch-1
Remove IE specific code
2 parents 0b98928 + 269ee5d commit 8ac6c3c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

object-fit-gallery/index.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
<title>Object-fit gallery</title>
99

1010
<link rel="stylesheet" href="style.css">
11-
<!--[if lt IE 9]>
12-
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
13-
<![endif]-->
1411
</head>
1512

1613
<body>
@@ -41,4 +38,4 @@
4138
<img class="main">
4239
</body>
4340
<script src="main.js"></script>
44-
</html>
41+
</html>

0 commit comments

Comments
 (0)