header.blade.php
1.28 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>JDIH Riau</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href={{asset("frontend/img/favicon.ico")}} rel="icon">
<link href={{asset("frontend/img/apple-touch-icon.png")}} rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href={{asset("frontend/vendor/bootstrap/css/bootstrap.min.css")}} rel="stylesheet">
<link href={{asset("frontend/vendor/bootstrap-icons/bootstrap-icons.css")}} rel="stylesheet">
<link href={{asset("frontend/vendor/boxicons/css/boxicons.min.css")}} rel="stylesheet">
<link href={{asset("frontend/vendor/glightbox/css/glightbox.min.css")}} rel="stylesheet">
<link href={{asset("frontend/vendor/swiper/swiper-bundle.min.css")}} rel="stylesheet">
<!-- Template Main CSS File -->
<link href={{asset("frontend/css/style.css")}} rel="stylesheet">
</head>
<body>