mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 02:39:10 -04:00
28 lines
1.5 KiB
PHP
28 lines
1.5 KiB
PHP
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
|
|
<?php setlocale( LC_ALL, str_replace('_', '-', app()->getLocale())) ?>
|
|
<title>C-CMS - Espace Administration</title>
|
|
<meta name="description" content="Sufee Admin - HTML5 Admin Template">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<!-- CSRF Token -->
|
|
<meta name="csrf-token" content="{{ csrf_token() }}">
|
|
|
|
<link rel="apple-touch-icon" href="apple-icon.png">
|
|
<link rel="shortcut icon" href="/assets/admin/images/favicon.png">
|
|
|
|
<link rel="stylesheet" href="/assets/admin/assets/css/normalize.css">
|
|
<link rel="stylesheet" href="/assets/admin/assets/css/bootstrap.min.css">
|
|
<link rel="stylesheet" href="/assets/admin/assets/css/font-awesome.min.css">
|
|
<link rel="stylesheet" href="/assets/admin/assets/css/themify-icons.css">
|
|
<link rel="stylesheet" href="/assets/admin/assets/css/flag-icon.min.css">
|
|
<link rel="stylesheet" href="/assets/admin/assets/css/cs-skin-elastic.css">
|
|
<!-- <link rel="stylesheet" href="assets/css/bootstrap-select.less"> -->
|
|
<link rel="stylesheet" href="/assets/admin/assets/scss/style.css">
|
|
<link href="/assets/admin/assets/css/lib/vector-map/jqvmap.min.css" rel="stylesheet">
|
|
|
|
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800' rel='stylesheet' type='text/css'>
|
|
|
|
<!-- <script type="text/javascript" src="https://cdn.jsdelivr.net/html5shiv/3.7.3/html5shiv.min.js"></script> -->
|