31 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			PHP
		
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			PHP
		
	
	
<!doctype html>
 | 
						|
<html lang="en" data-layout="twocolumn" data-sidebar="light" data-sidebar-size="lg" data-sidebar-image="none" data-preloader="disable">
 | 
						|
 | 
						|
<head>
 | 
						|
 | 
						|
    <meta charset="utf-8" />
 | 
						|
    <title>PROKLIM | Program Kampung Iklim</title>
 | 
						|
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | 
						|
    <meta content="Premium Multipurpose Admin & Dashboard Template" name="description" />
 | 
						|
    <meta content="Themesbrand" name="author" />
 | 
						|
    <!-- App favicon -->
 | 
						|
    <link rel="shortcut icon" href="{{ asset('assets/images/favicon.ico')}}">
 | 
						|
 | 
						|
    <!-- Layout config Js -->
 | 
						|
    <script src="{{ asset('assets/js/layout.js')}}"></script>
 | 
						|
    <!-- Bootstrap Css -->
 | 
						|
    <link href="{{ asset('assets/css/bootstrap.min.css')}}" rel="stylesheet" type="text/css" />
 | 
						|
    <!-- Icons Css -->
 | 
						|
    <link href="{{ asset('assets/css/icons.min.css')}}" rel="stylesheet" type="text/css" />
 | 
						|
    <!-- App Css-->
 | 
						|
    <link href="{{ asset('assets/css/app.min.css')}}" rel="stylesheet" type="text/css" />
 | 
						|
    <!-- custom Css-->
 | 
						|
    <link href="{{ asset('assets/css/custom.min.css')}}" rel="stylesheet" type="text/css" />
 | 
						|
    <link href="{{ asset('assets/css/sidebar.css')}}" rel="stylesheet" type="text/css" />
 | 
						|
 | 
						|
 | 
						|
        <script src="https://cdn.tailwindcss.com"></script>
 | 
						|
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
 | 
						|
</head>
 | 
						|
 | 
						|
<body> |