diff options
Diffstat (limited to 'resources/views/template.blade.php')
| -rwxr-xr-x | resources/views/template.blade.php | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/resources/views/template.blade.php b/resources/views/template.blade.php index 39a002a..5d41e61 100755 --- a/resources/views/template.blade.php +++ b/resources/views/template.blade.php @@ -4,7 +4,8 @@ <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>TG</title> - <link rel="stylesheet" href="css/home.css"> + <meta name="csrf-token" content="{{ csrf_token() }}"> + <link rel="stylesheet" href="/css/home.css"> @yield('head') </head> <body> @@ -19,8 +20,8 @@ <a href = "/">Home</a> <a href = "/f">Files</a> <a href = "/l">Resources</a> - <a href = "/notes">Notes</a> - <small><a id = "buttonSettings">Settings</a></small> + <!--<a href = "/notes">Notes</a>--> + <!--<small><a id = "buttonSettings">Settings</a></small>--> <!-- login ? --> </nav> <center>- - -</center> @@ -29,9 +30,7 @@ <footer> </footer> </main> + @vite('resources/js/app.js') + @yield('scripts') </body> -<script src="https://unpkg.com/htmx.org@2.0.1"></script> -<script src="https://unpkg.com/axios/dist/axios.min.js"></script> -<script src = "https://code.jquery.com/jquery-3.7.1.min.js"></script> -@yield('scripts') -</html>
\ No newline at end of file +</html> |
