blob: 4d3ff2e791d6e7a08ea425f63e4d210a4d74ab9c [file] [log] [blame]
seshukm870734f2018-09-17 19:25:36 +08001<!--
2 ~ Copyright (C) 2018 AT&T Intellectual Property. All rights reserved.
3 ~
4 ~ Licensed under the Apache License, Version 2.0 (the "License");
5 ~ you may not use this file except in compliance with the License.
6 ~ You may obtain a copy of the License at
7 ~
8 ~ http://www.apache.org/licenses/LICENSE-2.0
9 ~
10 ~ Unless required by applicable law or agreed to in writing, software
11 ~ distributed under the License is distributed on an "AS IS" BASIS,
12 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 ~ See the License for the specific language governing permissions and
14 ~ limitations under the License.
15 -->
16
17
18
Michael Lando451a3402017-02-19 10:28:42 +020019<!DOCTYPE HTML>
20<html>
21<head>
22 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
23 <title>Jasmine Spec Runner v2.0.0</title>
24
25 <link rel="shortcut icon" type="image/png" href="lib/jasmine-2.0.0/jasmine_favicon.png">
26 <link rel="stylesheet" type="text/css" href="lib/jasmine-2.0.0/jasmine.css">
27
28 <script type="text/javascript" src="lib/jasmine-2.0.0/jasmine.js"></script>
29 <script type="text/javascript" src="lib/jasmine-2.0.0/jasmine-html.js"></script>
30 <script type="text/javascript" src="lib/jasmine-2.0.0/boot.js"></script>
31
32 <!-- include source files here... -->
33 <script type="text/javascript" src="src/Player.js"></script>
34 <script type="text/javascript" src="src/Song.js"></script>
35
36 <!-- include spec files here... -->
37 <script type="text/javascript" src="spec/SpecHelper.js"></script>
38 <script type="text/javascript" src="spec/PlayerSpec.js"></script>
39
40</head>
41
42<body>
43</body>
44</html>