Files
c-cms-legacy/resources/views/layouts/ecc/head.blade.php
TheGamecraft 99ae047998 ALPHA 3.0.4
2018-09-14 17:25:50 -04:00

28 lines
1.2 KiB
PHP

<head>
<meta charset="utf-8" />
<link rel="icon" type="image/png" href="/assets/ecc/favicon.png">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>Espace Cadet Cadre</title>
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' />
<meta name="viewport" content="width=device-width" />
<!-- Bootstrap core CSS -->
<link href="/assets/ecc/assets/css/bootstrap.min.css" rel="stylesheet" />
<!-- Animation library for notifications -->
<link href="/assets/ecc/assets/css/animate.min.css" rel="stylesheet"/>
<!-- Paper Dashboard core CSS -->
<link href="/assets/ecc/assets/css/paper-dashboard.css" rel="stylesheet"/>
<link href="/assets/css/calendar.css" rel="stylesheet"/>
<!-- Fonts and icons -->
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Muli:400,300' rel='stylesheet' type='text/css'>
<link href="/assets/ecc/assets/css/themify-icons.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/v/bs4/dt-1.10.18/datatables.min.css"/>
</head>