sqrl-test/resources/views/layouts/partials/htmlheader.blade.php
2022-10-01 00:22:19 +10:00

22 lines
781 B
PHP

<head>
<title>{{ config('app.name') }} - @yield('htmlheader_title','Your title here')</title>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="Leenooks">
<link rel="shortcut icon" href="site-logo.svg">
<!-- Google Font -->
<link href="https://fonts.googleapis.com/css?family=Quicksand:700|Roboto:400,400i,700&display=swap" rel="stylesheet">
<!-- FontAwesome JS-->
<script defer src="assets/fontawesome/js/all.min.js"></script>
<!-- Theme CSS -->
<link id="theme-style" rel="stylesheet" href="assets/css/theme.css">
<link id="custom-style" rel="stylesheet" href="custom.css">
</head>