32 lines
2.0 KiB
PHP
32 lines
2.0 KiB
PHP
|
|
<!DOCTYPE html>
|
||
|
|
<html lang="en">
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8">
|
||
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
|
<title>Lean In World</title>
|
||
|
|
<meta name="csrf-token" content="{{ csrf_token() }}">
|
||
|
|
<link rel="icon" type="image/png" href="https://leaninworld.betadelivery.com/lean_in_world/frontend_assets/img/favicon.ico">
|
||
|
|
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet"
|
||
|
|
id="bootstrap-css">
|
||
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
|
||
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.5.9/slick.min.css">
|
||
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.5.9/slick-theme.min.css">
|
||
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.css" integrity="sha512-3pIirOrwegjM6erE5gPSwkUzO+3cTjpnV9lexlNZqvupR64iZBnOOTiiLPb9M36zpMScbmUNIcHUqKD47M719g==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
||
|
|
<!--<link rel="stylesheet" href="{{asset('frontend_assets/css/style.css')}}">-->
|
||
|
|
<link rel="stylesheet" href="{{asset('frontend_assets/css/style1.css')}}">
|
||
|
|
<link rel="stylesheet" href="{{asset('frontend_assets/css/vijay.css')}}">
|
||
|
|
<link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
|
||
|
|
|
||
|
|
<!--hemant added link-->
|
||
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.3/css/select2.min.css" />
|
||
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/2.8.0/css/flag-icon.min.css" />
|
||
|
|
<!--<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/flatpickr/4.2.3/flatpickr.css">-->
|
||
|
|
|
||
|
|
<!--hemant added link end-->
|
||
|
|
<script>
|
||
|
|
base_url = "{{url('/')}}";
|
||
|
|
</script>
|
||
|
|
</head>
|
||
|
|
|
||
|
|
<body>
|