css-Randomiser
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<meta charset="UTF-8">
|
||||
<title>c3gov - {{ __('app.subtitle') }}</title>
|
||||
<link rel="stylesheet" href="{{ asset("css/bootstrap/bootstrap.css") }}">
|
||||
<link rel="stylesheet" href="{{ asset("css/style.css") }}">
|
||||
<link rel="stylesheet" href="{{ asset("css/style.css") . "?rnd=" . rand(0, 1000000000) }}">
|
||||
<script src="{{ asset("js/bootstrap/bootstrap.bundle.js") }}"></script>
|
||||
<script src="{{ asset("js/web.js") }}"></script>
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user