Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ryihan committed Jan 14, 2021
1 parent 92af0e2 commit 9a23051
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
7 changes: 7 additions & 0 deletions public/css/Bootstrap/Bundel/bootstrap.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions public/css/Bootstrap/Bundel/bootstrap.min.css.map

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions resources/views/Common-Asset/css-js-top.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<!--===============================CSS=======================================-->
<!---------------------------------Bootstrap----------------------------------->
<link rel="stylesheet" href="{{ asset('css/Bootstrap/Bundel/bootstrap.min.css') }}" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<?php /*
<link rel="stylesheet" href="{{ asset('css/Bootstrap/bootstrap-grid.css') }}">
<link rel="stylesheet" href="{{ asset('css/Bootstrap/bootstrap-grid.css.map') }}">
<link rel="stylesheet" href="{{ asset('css/Bootstrap/bootstrap-grid.min.css') }}">
Expand All @@ -12,6 +14,7 @@
<link rel="stylesheet" href="{{ asset('css/Bootstrap/bootstrap.css.map') }}">
<link rel="stylesheet" href="{{ asset('css/Bootstrap/bootstrap.min.css') }}">
<link rel="stylesheet" href="{{ asset('css/Bootstrap/bootstrap.min.css.map') }}">
*/?>
<!---------------------------------Custom----------------------------------->
<link rel="stylesheet" href="{{ asset('css/Custom/min.css') }}">
<!--===============================JS=======================================-->

0 comments on commit 9a23051

Please sign in to comment.