This commit is contained in:
tanch0
2024-06-21 13:29:04 +05:45
parent 5b3c44aa33
commit 25760ad989
50 changed files with 1180 additions and 111 deletions

View File

@ -2,6 +2,9 @@
<html lang="en">
<head>
@yield('meta')
<meta property="og:image"
content="https://ahrefs.com/blog/wp-content/uploads/2019/12/fb-how-to-become-an-seo-expert.png" />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Hulaki Khabar">
@ -29,6 +32,14 @@
<link rel="stylesheet" href="{{ asset('hulaki/assets/css/dark.css') }}">
<!-- Responsive CSS -->
<link rel="stylesheet" href="{{ asset('hulaki/assets/css/responsive.css') }}">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.9.0/css/all.min.css"
integrity="sha512-q3eWabyZPc1XTCmF+8/LuE1ozpg5xxn7iO89yfSOd5/oKvyqLngoNGsx8jq92Y8eXJ/IRxQbEC+FGSYxtk2oiw=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<title>हुलाकी खबर </title>
@ -90,6 +101,7 @@
<script src="{{ asset('hulaki/assets/js/wow.min.js') }}"></script>
<!-- Custom JS -->
<script src="{{ asset('hulaki/assets/js/main.js') }}"></script>
<script src="{{ asset('js/share.js') }}"></script>
@stack('js')
</body>