|
1 | 1 | <!DOCTYPE html> |
2 | 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="{{rootURL}}assets/vendor.css"> |
14 | | - <link rel="stylesheet" href="{{rootURL}}assets/dummy.css"> |
15 | | - <link rel="stylesheet" href="{{rootURL}}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="{{rootURL}}assets/vendor.js"></script> |
26 | | -<script src="{{rootURL}}assets/test-support.js"></script> |
27 | | -<script src="{{rootURL}}assets/dummy.js"></script> |
28 | | -<script src="{{rootURL}}assets/tests.js"></script> |
29 | | - |
30 | | -{{content-for "body-footer"}} |
31 | | -{{content-for "test-body-footer"}} |
32 | | -</body> |
| 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 | + |
| 12 | + <!-- prettier space between --> |
| 13 | + |
| 14 | + {{content-for "test-head"}} |
| 15 | + |
| 16 | + <link rel="stylesheet" href="{{rootURL}}assets/vendor.css" /> |
| 17 | + <link rel="stylesheet" href="{{rootURL}}assets/dummy.css" /> |
| 18 | + <link rel="stylesheet" href="{{rootURL}}assets/test-support.css" /> |
| 19 | + |
| 20 | + {{content-for "head-footer"}} |
| 21 | + |
| 22 | + <!-- prettier space between --> |
| 23 | + |
| 24 | + {{content-for "test-head-footer"}} |
| 25 | + </head> |
| 26 | + <body> |
| 27 | + {{content-for "body"}} |
| 28 | + |
| 29 | + <!-- prettier space between --> |
| 30 | + |
| 31 | + {{content-for "test-body"}} |
| 32 | + |
| 33 | + <script src="/testem.js" integrity=""></script> |
| 34 | + <script src="{{rootURL}}assets/vendor.js"></script> |
| 35 | + <script src="{{rootURL}}assets/test-support.js"></script> |
| 36 | + <script src="{{rootURL}}assets/dummy.js"></script> |
| 37 | + <script src="{{rootURL}}assets/tests.js"></script> |
| 38 | + |
| 39 | + {{content-for "body-footer"}} |
| 40 | + |
| 41 | + <!-- prettier space between --> |
| 42 | + |
| 43 | + {{content-for "test-body-footer"}} |
| 44 | + </body> |
33 | 45 | </html> |
0 commit comments