first commit
This commit is contained in:
18
resources/views/head.blade.php
Normal file
18
resources/views/head.blade.php
Normal file
@ -0,0 +1,18 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
<title>Gymove - Fitness Bootstrap Admin Dashboard</title>
|
||||
<!-- Favicon icon -->
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="{{ asset('style/images/favicon.png') }}">
|
||||
|
||||
<link rel="stylesheet" href="{{ asset('style/vendor/chartist/css/chartist.min.css') }}">
|
||||
<link href="{{ asset('style/vendor/bootstrap-select/dist/css/bootstrap-select.min.css') }}" rel="stylesheet">
|
||||
<link href="{{ asset('style/vendor/owl-carousel/owl.carousel.css') }}" rel="stylesheet">
|
||||
<link href="{{ asset('style/css/style.css') }}" rel="stylesheet">
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&display=swap"
|
||||
rel="stylesheet">
|
||||
<script src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></script>
|
||||
|
||||
</head>
|
Reference in New Issue
Block a user