mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 10:49:10 -04:00
workflow change
This commit is contained in:
6
resources/views/layouts/public/head.blade.php
Normal file
6
resources/views/layouts/public/head.blade.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<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" />
|
||||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
|
||||
<link rel="stylesheet" href="/assets/public/assets/css/main.css" />
|
||||
<noscript><link rel="stylesheet" href="/assets/public/assets/css/noscript.css" /></noscript>
|
||||
Reference in New Issue
Block a user