This repository was archived by the owner on Dec 11, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +13
-15
lines changed Expand file tree Collapse file tree 2 files changed +13
-15
lines changed Original file line number Diff line number Diff line change 9
9
10
10
<title >{{ config (' app.name' , ' Laravel' ) } } </title >
11
11
12
- <!-- Scripts -->
13
- <script src =" {{ asset (' js /app.js ' ) } }" defer ></ script >
12
+ <!-- Styles -->
13
+ <link href =" {{ asset (' css /app.css ' ) } }" rel = " stylesheet " >
14
14
15
15
<!-- Fonts -->
16
- <link rel =" dns-prefetch" href =" //fonts.gstatic.com" >
17
16
<link href =" https://fonts.googleapis.com/css?family=Nunito" rel =" stylesheet" >
18
-
19
- <!-- Styles -->
20
- <link href =" {{ mix ( ' css /app.css ' ) } }" rel = " stylesheet " >
17
+
18
+ <!-- Scripts -->
19
+ <script src =" {{ asset ( ' js /app.js ' ) } }" defer ></ script >
21
20
</head >
22
- <body class =" h-screen bg-gray-900 font-nunito" >
21
+ <body class =" bg-gray-900 font-nunito" >
23
22
<div id =" app" >
24
23
<nav class =" bg-gray-800 shadow-sm" >
25
24
<div class =" container flex justify-between items-center mx-auto px-6 py-4" >
Original file line number Diff line number Diff line change 8
8
<meta name =" csrf-token" content =" {{ csrf_token () } }" >
9
9
10
10
<title >{{ config (' app.name' , ' Laravel' ) } } </title >
11
-
12
- <!-- Scripts -->
13
- <script src =" {{ asset (' js /app.js ' ) } }" defer ></ script >
11
+
12
+ <!-- Styles -->
13
+ <link href =" {{ asset (' css /app.css ' ) } }" rel = " stylesheet " >
14
14
15
15
<!-- Fonts -->
16
- <link rel =" dns-prefetch" href =" //fonts.gstatic.com" >
17
16
<link href =" https://fonts.googleapis.com/css?family=Nunito" rel =" stylesheet" >
18
-
19
- <!-- Styles -->
20
- <link href =" {{ mix ( ' css /app.css ' ) } }" rel = " stylesheet " >
17
+
18
+ <!-- Scripts -->
19
+ <script src =" {{ asset ( ' js /app.js ' ) } }" defer ></ script >
21
20
</head >
22
- <body class =" h-screen bg-gray-100 font-nunito" >
21
+ <body class =" bg-gray-100 font-nunito" >
23
22
<div id =" app" >
24
23
<nav class =" bg-white shadow-sm" >
25
24
<div class =" container flex justify-between items-center mx-auto px-6 py-4" >
You can’t perform that action at this time.
0 commit comments