jquery-ui/tests/unit/progressbar/progressbar.html

21 lines
444 B
HTML
Raw Normal View History

2011-08-03 21:12:44 +00:00
<!doctype html>
2009-01-07 03:31:15 +00:00
<html lang="en">
<head>
2011-08-03 21:12:44 +00:00
<meta charset="utf-8">
2009-01-07 03:31:15 +00:00
<title>jQuery UI Progressbar Test Suite</title>
<script src="../../../external/requirejs/require.js"></script>
<script src="../../lib/css.js" data-modules="core progressbar"></script>
<script src="../../lib/bootstrap.js" data-widget="progressbar"></script>
2009-01-07 03:31:15 +00:00
</head>
<body>
2014-02-20 16:02:23 +00:00
<div id="qunit"></div>
<div id="qunit-fixture">
2009-01-07 03:31:15 +00:00
2011-08-03 21:12:44 +00:00
<div id="progressbar"></div>
</div>
2009-01-07 03:31:15 +00:00
</body>
</html>