css-Randomiser

This commit is contained in:
2026-03-23 14:13:20 +01:00
parent efb3a8d813
commit 9bedccb738

View File

@@ -4,7 +4,7 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>c3gov - {{ __('app.subtitle') }}</title> <title>c3gov - {{ __('app.subtitle') }}</title>
<link rel="stylesheet" href="{{ asset("css/bootstrap/bootstrap.css") }}"> <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/bootstrap/bootstrap.bundle.js") }}"></script>
<script src="{{ asset("js/web.js") }}"></script> <script src="{{ asset("js/web.js") }}"></script>
</head> </head>