File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ <html lang =" {{ str_replace (' _' , ' -' , app ()-> getLocale ()) } }" class =" scrollbar-thin" >
3
+ <head >
4
+ <meta charset =" utf-8" >
5
+ <meta name =" viewport" content =" width=device-width, initial-scale=1" >
6
+ <title >Laravel Vue Starter Router</title >
7
+
8
+ <meta name =" description" content =" Laravel 11 Vue 3.4 app starter with Vite." >
9
+ <meta name =" keywords" content =" laravel, vue, starter" >
10
+ <link rel =" canonical" href =" /" />
11
+
12
+ <!-- Css, links -->
13
+ <link rel =" stylesheet" href =" https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
14
+ <link rel =" stylesheet" href =" https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css" integrity =" sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A==" crossorigin =" anonymous" referrerpolicy =" no-referrer" />
15
+
16
+ <!-- Highligt.js (only for code line numbers, delete if don't want line bumbers) -->
17
+ <script src =" https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js" ></script >
18
+ <
script src =
" //cdn.jsdelivr.net/npm/[email protected] /dist/highlightjs-line-numbers.min.js" ></
script >
19
+ <script type =" text/javascript" >
20
+ window .onload = (event ) => {
21
+ hljs .highlightAll ();
22
+ hljs .initLineNumbersOnLoad ({ startFrom: 1 });
23
+ }
24
+ </script >
25
+ <!-- Highligt.js (only for code line numbers) -->
26
+
27
+ @vite (' resources/css/app.css' )
28
+ </head >
29
+ <body >
30
+ <div id =" app" ></div >
31
+
32
+ @vite (' resources/js/app.js' )
33
+ </body >
34
+ </html >
You can’t perform that action at this time.
0 commit comments