41 lines
2.0 KiB
PHP
41 lines
2.0 KiB
PHP
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<meta name="description" content="Tra cứu thần số học miễn phí và chính xác nhất! Tìm hiểu ý nghĩa số chủ đạo, số vận mệnh, biểu đồ ngày sinh và khám phá mối quan hệ tương hợp theo các con số">
|
|
<meta name="author" content="Devcrud">
|
|
<meta name="csrf-token" content="{{ csrf_token() }}">
|
|
<title>Lý Gia Thạnh</title>
|
|
<!-- font icons -->
|
|
<link rel="stylesheet" href="{{asset('public/frontend/vendors/themify-icons/css/themify-icons.css')}}">
|
|
<!-- Bootstrap + Meyawo main styles -->
|
|
<link rel="stylesheet" href="{{asset('public/frontend/css/main.css?version=1.8')}}">
|
|
<link rel="stylesheet" href="{{asset('public/frontend/css/game.css?version=1.8')}}">
|
|
<link href="{{asset('public/frontend/fontawesome/all.css')}}" rel="stylesheet">
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" integrity="sha512-9usAa10IRO0HhonpyAIVpjrylPvoDwiPUiKdWk5t3PyolY1cOd4DSE0Ga+ri4AuTroPR5aQvXU9xC6qOPnzFeg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
|
<script src="{{asset('public/frontend/vendors/jquery/jquery-3.4.1.js')}}"></script>
|
|
<script src="{{asset('public/libs/bootstrap/js/bootstrap.bundle.js')}}"></script>
|
|
</head>
|
|
|
|
<body data-spy="scroll" data-target=".navbar" data-offset="40" id="home">
|
|
<!-- menu -->
|
|
<!-- end menu -->
|
|
@include('frontend.parts.menu')
|
|
|
|
@yield('content')
|
|
@include('frontend.parts.posts_popup')
|
|
|
|
<!-- core -->
|
|
<script src="{{asset('public/frontend/vendors/bootstrap/bootstrap.bundle.js')}}"></script>
|
|
|
|
<!-- bootstrap 3 affix -->
|
|
<script src="{{asset('public/frontend/vendors/bootstrap/bootstrap.affix.js')}}"></script>
|
|
|
|
<!-- Meyawo js -->
|
|
<script src="{{asset('public/frontend/js/main.js')}}"></script>
|
|
<script src="{{asset('public/frontend/js/game.js')}}"></script>
|
|
</body>
|
|
|
|
</html> |