Subversion-Projekte lars-tiefland.laravel_shop

Revision

Revision 148 | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 148 Revision 200
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 55... Zeile 55...
55
    <a title="Back to the top" id="toplink" href="#">
55
    <a title="Back to the top" id="toplink" href="#">
56
        <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>
56
        <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>
57
    </a>
57
    </a>
58
   </footer>
58
   </footer>
59
  </div>
59
  </div>
60
  <script src="{{path_to_root}}_js/jquery.min.js" type="text/javascript"></script>
60
  <script src="{{path_to_root}}_js/jquery.min.js?v={{version}}" type="text/javascript"></script>
61
  <script src="{{path_to_root}}_js/popper.min.js" type="text/javascript"></script>
61
  <script src="{{path_to_root}}_js/popper.min.js?v={{version}}" type="text/javascript"></script>
62
  <script src="{{path_to_root}}_js/bootstrap.min.js" type="text/javascript"></script>
62
  <script src="{{path_to_root}}_js/bootstrap.min.js?v={{version}}" type="text/javascript"></script>
63
  <script src="{{path_to_root}}_js/file.js" type="text/javascript"></script>
63
  <script src="{{path_to_root}}_js/file.js?v={{version}}" type="text/javascript"></script>
64
 </body>
64
 </body>
65
</html>
65
</html>