Skip to content

Commit 96a7ed2

Browse files
committed
maint: Add modernizr.min.js bundle to main index.js demo file for demonstration.
1 parent 875b041 commit 96a7ed2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html class="no-js">
33
<head>
44
<title>Patterns demo pages</title>
55
<meta charset="utf-8">
66
<link rel="stylesheet" href="/style/common.css" />
7+
<script src="/modernizr.min.js"></script>
78
<script src="/bundle.min.js"></script>
89
</head>
910
<body class="component-index">

0 commit comments

Comments
 (0)