view: use cdn bootstrap.
This commit is contained in:
parent
483e3e321c
commit
865a90c8d0
3 changed files with 3 additions and 9 deletions
|
|
@ -6,7 +6,9 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
|
||||
<!-- Bootstrap CSS -->
|
||||
<link rel="stylesheet" href="{{ asset('/assets/bootstrap.min.css') }}">
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css"
|
||||
integrity="sha384-B0vP5xmATw1+K9KRQjQERJvTumQW0nPEzvF6L/Z6nronJ3oUOFUFpCjEUQouq2+l"
|
||||
crossorigin="anonymous">
|
||||
|
||||
<title></title>
|
||||
</head>
|
||||
|
|
|
|||
Reference in a new issue