File tree 4 files changed +12
-12
lines changed
4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 3
3
<meta name =" theme-color" content =" #d1d5db" >
4
4
<title >HANA PDF</title >
5
5
<link rel =" icon" type =" image/svg" href =" {{ asset (' assets/logo/ico.svg' ) } }" >
6
- <link rel =" stylesheet" href =" {{ asset (' build/assets/font-C1ampFSP.css' ) } }" />
7
- <link rel =" stylesheet" href =" {{ asset (' build/assets/app-lite-Bcv6T1H2.css' ) } }" />
6
+ <link rel =" stylesheet" type = " text/css " href =" {{ asset (' build/assets/font-C1ampFSP.css' ) } }" />
7
+ <link rel =" stylesheet" type = " text/css " href =" {{ asset (' build/assets/app-lite-Bcv6T1H2.css' ) } }" />
Original file line number Diff line number Diff line change 5
5
<link rel =" icon" type =" image/svg" href =" {{ asset (' assets/logo/ico.svg' ) } }" >
6
6
<link rel =" stylesheet" type =" text/css" href =" https://unpkg.com/@material -tailwind/html@latest/styles/material-tailwind.css" />
7
7
<
link rel =
" stylesheet" type =
" text/css" href =
" https://unpkg.com/[email protected] /dist/dropzone.css" />
8
- <link rel =" stylesheet" href =" {{ asset (' build/assets/font-C1ampFSP.css' ) } }" />
9
- <link rel =" stylesheet" href =" {{ asset (' build/assets/app-BOaETB2h.css' ) } }" />
10
- <link rel =" script" href =" {{ asset (' build/assets/app-lW0wcPz6.js' ) } }" />
11
- <link rel =" script" href =" {{ asset (' build/assets/index-D1AB55dp.js' ) } }" />
8
+ <link rel =" stylesheet" type = " text/css " href =" {{ asset (' build/assets/font-C1ampFSP.css' ) } }" />
9
+ <link rel =" stylesheet" type = " text/css " href =" {{ asset (' build/assets/app-BOaETB2h.css' ) } }" />
10
+ <link rel =" script" type = " module " href =" {{ asset (' build/assets/app-lW0wcPz6.js' ) } }" />
11
+ <link rel =" script" type = " module " href =" {{ asset (' build/assets/index-D1AB55dp.js' ) } }" />
Original file line number Diff line number Diff line change 9
9
<div id =" content" class =" flex flex-col min-h-screen justify-between" >
10
10
@yield (' content' )
11
11
</div >
12
- <script async type =" module" src =" / build/assets/kao-logic-CxNmQEhC.js" ></script >
12
+ <script async type =" module" src =" {{ asset ( ' build/assets/kao-logic-CxNmQEhC.js' ) } } " ></script >
13
13
<
script async type =
" module" src =
" https://unpkg.com/[email protected] /build/pdf.mjs" ></
script >
14
14
<
script async type =
" module" src =
" https://unpkg.com/[email protected] /build/pdf.worker.mjs" ></
script >
15
- <script async type =" text/javascript" src =" / ext-js/kao-controller.js" ></script >
16
- <script async type =" text/javascript" src =" / ext-js/kao-main.js" ></script >
15
+ <script async type =" text/javascript" src =" {{ asset ( ' ext-js/kao-controller.js' ) } } " ></script >
16
+ <script async type =" text/javascript" src =" {{ asset ( ' ext-js/kao-main.js' ) } } " ></script >
17
17
<script async type =" text/javascript" src =" https://unpkg.com/@material -tailwind/html@latest/scripts/ripple.js" ></script >
18
18
</body >
19
19
<footer >@include (' includes.footer' )</footer >
Original file line number Diff line number Diff line change 9
9
<div id =" content" class =" flex flex-col min-h-screen justify-between" >
10
10
@yield (' content' )
11
11
</div >
12
- <script async type =" module" src =" / build/assets/kao-logic-CxNmQEhC.js" ></script >
13
- <script async type =" text/javascript" src =" / ext-js/kao-controller.js" ></script >
14
- <script async type =" text/javascript" src =" / ext-js/kao-main.js" ></script >
12
+ <script async type =" module" src =" {{ asset ( ' build/assets/kao-logic-CxNmQEhC.js' ) } } " ></script >
13
+ <script async type =" text/javascript" src =" {{ asset ( ' ext-js/kao-controller.js' ) } } " ></script >
14
+ <script async type =" text/javascript" src =" {{ asset ( ' ext-js/kao-main.js' ) } } " ></script >
15
15
<script async type =" text/javascript" src =" https://unpkg.com/@material -tailwind/html@latest/scripts/ripple.js" ></script >
16
16
</body >
17
17
</html >
You can’t perform that action at this time.
0 commit comments