Skip to content

Commit b2819b3

Browse files
committed
added bootstrap
1 parent 847967e commit b2819b3

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

public/css/bootstrap.min.css

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/views/layouts/master-update.blade.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<link rel="icon" type="image/png" href="{{ asset('installer/img/favicon/favicon-32x32.png') }}" sizes="32x32" />
1515
<link rel="icon" type="image/png" href="{{ asset('installer/img/favicon/favicon-96x96.png') }}"
1616
sizes="96x96" />
17+
<link href="{{ asset('installer/css/bootstrap.min.css') }}" rel="stylesheet" />
1718
<link href="{{ asset('installer/css/style.min.css') }}" rel="stylesheet" />
1819
@yield('style')
1920
</head>

resources/views/layouts/master.blade.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<link rel="icon" type="image/png" href="{{ asset('installer/img/favicon/favicon-32x32.png') }}" sizes="32x32" />
1515
<link rel="icon" type="image/png" href="{{ asset('installer/img/favicon/favicon-96x96.png') }}"
1616
sizes="96x96" />
17+
<link href="{{ asset('installer/css/bootstrap.min.css') }}" rel="stylesheet" />
1718
<link href="{{ asset('installer/css/style.min.css') }}" rel="stylesheet" />
1819
@yield('style')
1920
</head>

0 commit comments

Comments
 (0)