Skip to content

Commit 24919bd

Browse files
coliffaddyosmani
authored andcommitted
remove unneeded type="text/css" from demo page (#104)
1 parent 85729aa commit 24919bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/basic.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<title>Basic demo</title>
77
<meta name="viewport" content="width=device-width, initial-scale=1">
8-
<link rel="stylesheet" type="text/css" media="screen" href="../test/main.css" />
8+
<link rel="stylesheet" media="screen" href="../test/main.css" />
99
<script src="https://polyfill.io/v2/polyfill.min.js?features=IntersectionObserver"></script>
1010
</head>
1111
<body>

0 commit comments

Comments
 (0)