| Zeile 2... |
Zeile 2... |
| 2 |
<html lang="en">
|
2 |
<html lang="en">
|
| 3 |
<head>
|
3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
4 |
<meta charset="UTF-8">
|
| 5 |
<title>Code Coverage for {{full_path}}</title>
|
5 |
<title>Code Coverage for {{full_path}}</title>
|
| 6 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 7 |
<link href="{{path_to_root}}_css/bootstrap.min.css" rel="stylesheet" type="text/css">
|
7 |
<link href="{{path_to_root}}_css/bootstrap.min.css?v={{version}}" rel="stylesheet" type="text/css">
|
| 8 |
<link href="{{path_to_root}}_css/octicons.css" rel="stylesheet" type="text/css">
|
8 |
<link href="{{path_to_root}}_css/octicons.css?v={{version}}" rel="stylesheet" type="text/css">
|
| 9 |
<link href="{{path_to_root}}_css/style.css" rel="stylesheet" type="text/css">
|
9 |
<link href="{{path_to_root}}_css/style.css?v={{version}}" rel="stylesheet" type="text/css">
|
| 10 |
<link href="{{path_to_root}}_css/custom.css" rel="stylesheet" type="text/css">
|
10 |
<link href="{{path_to_root}}_css/custom.css" rel="stylesheet" type="text/css">
|
| 11 |
</head>
|
11 |
</head>
|
| 12 |
<body>
|
12 |
<body>
|
| 13 |
<header>
|
13 |
<header>
|
| 14 |
<div class="container-fluid">
|
14 |
<div class="container-fluid">
|
| Zeile 57... |
Zeile 57... |
| 57 |
<a title="Back to the top" id="toplink" href="#">
|
57 |
<a title="Back to the top" id="toplink" href="#">
|
| 58 |
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="16" viewBox="0 0 12 16"><path fill-rule="evenodd" d="M12 11L6 5l-6 6h12z"/></svg>
|
58 |
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="16" viewBox="0 0 12 16"><path fill-rule="evenodd" d="M12 11L6 5l-6 6h12z"/></svg>
|
| 59 |
</a>
|
59 |
</a>
|
| 60 |
</footer>
|
60 |
</footer>
|
| 61 |
</div>
|
61 |
</div>
|
| 62 |
<script src="{{path_to_root}}_js/jquery.min.js" type="text/javascript"></script>
|
62 |
<script src="{{path_to_root}}_js/jquery.min.js?v={{version}}" type="text/javascript"></script>
|
| 63 |
<script src="{{path_to_root}}_js/popper.min.js" type="text/javascript"></script>
|
63 |
<script src="{{path_to_root}}_js/popper.min.js?v={{version}}" type="text/javascript"></script>
|
| 64 |
<script src="{{path_to_root}}_js/bootstrap.min.js" type="text/javascript"></script>
|
64 |
<script src="{{path_to_root}}_js/bootstrap.min.js?v={{version}}" type="text/javascript"></script>
|
| 65 |
<script src="{{path_to_root}}_js/file.js" type="text/javascript"></script>
|
65 |
<script src="{{path_to_root}}_js/file.js?v={{version}}" type="text/javascript"></script>
|
| 66 |
</body>
|
66 |
</body>
|
| 67 |
</html>
|
67 |
</html>
|