|
4 | 4 | <meta charset="utf-8"> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> |
6 | 6 | <title>Laravel log viewer</title> |
7 | | - |
8 | | - <!-- Bootstrap --> |
9 | | - <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous"> |
| 7 | + <link rel="stylesheet" |
| 8 | + href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" |
| 9 | + integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" |
| 10 | + crossorigin="anonymous"> |
10 | 11 | <link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.10.16/css/dataTables.bootstrap4.min.css"> |
11 | | - |
12 | | - |
13 | | - <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> |
14 | | - <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> |
15 | | - <!--[if lt IE 9]> |
16 | | - <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> |
17 | | - <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> |
18 | | - <![endif]--> |
19 | 12 | <style> |
20 | 13 | body { |
21 | 14 | padding: 25px; |
|
38 | 31 | .btn { |
39 | 32 | font-size: 0.7rem; |
40 | 33 | } |
41 | | - |
| 34 | +
|
42 | 35 | .stack { |
43 | 36 | font-size: 0.85em; |
44 | 37 | } |
@@ -148,8 +141,12 @@ class="fa fa-search"></span></button>@endif |
148 | 141 | </div> |
149 | 142 | </div> |
150 | 143 | <!-- jQuery for Bootstrap --> |
151 | | -<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script> |
152 | | -<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script> |
| 144 | +<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" |
| 145 | + integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" |
| 146 | + crossorigin="anonymous"></script> |
| 147 | +<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" |
| 148 | + integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" |
| 149 | + crossorigin="anonymous"></script> |
153 | 150 | <!-- FontAwesome --> |
154 | 151 | <script defer src="https://use.fontawesome.com/releases/v5.0.6/js/all.js"></script> |
155 | 152 | <!-- Datatables --> |
|
0 commit comments