equal
deleted
inserted
replaced
|
1 <!DOCTYPE html> |
|
2 <html> |
|
3 <head> |
|
4 <meta charset="utf-8"> |
|
5 <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
|
6 <title>Dummy Tests</title> |
|
7 <meta name="description" content=""> |
|
8 <meta name="viewport" content="width=device-width, initial-scale=1"> |
|
9 |
|
10 {{content-for "head"}} |
|
11 {{content-for "test-head"}} |
|
12 |
|
13 <link rel="stylesheet" href="assets/vendor.css"> |
|
14 <link rel="stylesheet" href="assets/dummy.css"> |
|
15 <link rel="stylesheet" href="assets/test-support.css"> |
|
16 |
|
17 {{content-for "head-footer"}} |
|
18 {{content-for "test-head-footer"}} |
|
19 </head> |
|
20 <body> |
|
21 {{content-for "body"}} |
|
22 {{content-for "test-body"}} |
|
23 |
|
24 <script src="testem.js" integrity=""></script> |
|
25 <script src="assets/vendor.js"></script> |
|
26 <script src="assets/test-support.js"></script> |
|
27 <script src="assets/dummy.js"></script> |
|
28 <script src="assets/tests.js"></script> |
|
29 <script src="assets/test-loader.js"></script> |
|
30 |
|
31 {{content-for "body-footer"}} |
|
32 {{content-for "test-body-footer"}} |
|
33 </body> |
|
34 </html> |