mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-22 17:47:11 +03:00
44 lines
1.1 KiB
HTML
44 lines
1.1 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Jasmine Spec Runner</title>
|
|
<link rel="shortcut icon" type="image/png" href=".grunt/grunt-contrib-jasmine/jasmine_favicon.png">
|
|
|
|
<link rel="stylesheet" type="text/css" href=".grunt/grunt-contrib-jasmine/jasmine.css">
|
|
|
|
|
|
</head>
|
|
<body>
|
|
|
|
|
|
<script src=".grunt/grunt-contrib-jasmine/es5-shim.js"></script>
|
|
|
|
<script src=".grunt/grunt-contrib-jasmine/jasmine.js"></script>
|
|
|
|
<script src=".grunt/grunt-contrib-jasmine/jasmine-html.js"></script>
|
|
|
|
<script src=".grunt/grunt-contrib-jasmine/json2.js"></script>
|
|
|
|
<script src=".grunt/grunt-contrib-jasmine/boot.js"></script>
|
|
|
|
<script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
|
|
|
|
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
|
|
|
|
<script src="test/*Helper.js"></script>
|
|
|
|
<script src="scripts/material.js"></script>
|
|
|
|
<script src="scripts/ripples.js"></script>
|
|
|
|
<script src="test/materialSpec.js"></script>
|
|
|
|
<script src="test/ripplesSpec.js"></script>
|
|
|
|
<script src=".grunt/grunt-contrib-jasmine/reporter.js"></script>
|
|
|
|
|
|
</body>
|
|
</html>
|