mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 02:39:10 -04:00
16 lines
749 B
PHP
16 lines
749 B
PHP
<!-- Required meta tags -->
|
|
<title>{{ App\Config::getData('escadron_name_full')}}</title>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
|
|
|
<!-- Fonts and icons -->
|
|
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Roboto+Slab:400,700|Material+Icons" />
|
|
<script src="https://kit.fontawesome.com/d18efcab73.js"></script>
|
|
|
|
<!-- Material CSS -->
|
|
<link rel="stylesheet" href="/css/material-kit.css" />
|
|
<link rel="stylesheet" href="/css/material-dashboard.css" />
|
|
|
|
<!-- Plugin CSS -->
|
|
<link href='/assets/fullcalendar/core/main.css' rel='stylesheet' />
|
|
<link href='/assets/fullcalendar/daygrid/main.css' rel='stylesheet' /> |