UNPKG

mam-project-templates

Version:
40 lines (33 loc) 1.09 kB
<!doctype html> <html> <head> <meta charset="UTF-8" /> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Owl Carousel 2</title> <link rel="stylesheet" href="../node_modules/qunitjs/qunit/qunit.css" /> <script src="../node_modules/jquery/dist/jquery.js"></script> <script src="../node_modules/qunitjs/qunit/qunit.js"></script> <!-- blanket is broken. <script src="../node_modules/blanket/dist/qunit/blanket.js"></script> <script> if (location.href.match(/(\?|&)gruntReport($|&|=)/)) { blanket.options("reporter", "../node_modules/grunt-blanket-qunit/reporter/grunt-reporter.js"); } </script> --> <script src="../src/js/owl.carousel.js" data-cover></script> <script src="../src/js/owl.support.js" data-cover></script> <script src="unit/core.js" defer></script> </head> <body> <div id="qunit"></div> <div id="qunit-fixture"> <ul id="simple" class="owl-carousel"> <li>1</li> <li>2</li> <li>3</li> </ul> </div> </body> </html>