mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 10:49:10 -04:00
Au cas ou
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
<!-- Favicon, Icon and Font -->
|
||||
<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>
|
||||
<script src="/js/plugins/fontawesome/js/all.min.js"></script>
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
||||
@@ -25,13 +25,14 @@
|
||||
<!-- Plugin CSS -->
|
||||
<link href='/assets/fullcalendar/core/main.css' rel='stylesheet' />
|
||||
<link href='/assets/fullcalendar/daygrid/main.css' rel='stylesheet' />
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Trumbowyg/2.20.0/ui/trumbowyg.min.css">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Trumbowyg/2.20.0/plugins/colors/ui/trumbowyg.colors.min.css">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Trumbowyg/2.20.0/plugins/emoji/ui/trumbowyg.emoji.min.css">
|
||||
<link rel="stylesheet" href="/js/plugins/trumbowyg/ui/trumbowyg.min.css">
|
||||
<link rel="stylesheet" href="/js/plugins/trumbowyg/ui/plugins/colors/ui/trumbowyg.colors.min.css">
|
||||
<link rel="stylesheet" href="/js/plugins/trumbowyg/ui/plugins/emoji/ui/trumbowyg.emoji.min.css">
|
||||
<link rel="stylesheet" href="/css/contextLoader.min.css">
|
||||
|
||||
<link rel="stylesheet" href="/js/plugins/fontawesome-icon-picker/fontawesome-iconpicker.css">
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@simonwep/pickr/dist/themes/monolith.min.css"/>
|
||||
<link rel="stylesheet" href="/public/css/monolith.min.css"/>
|
||||
<link rel="stylesheet" href="/css/contextLoader.min.css">
|
||||
|
||||
<!-- Custom CSS -->
|
||||
<link rel="stylesheet" href="/css/custom.css">
|
||||
|
||||
Reference in New Issue
Block a user