d2d.emegrendeles.hu/resources/views/layout/head.blade.php
E98Developer 68b7c35bef git init
2026-02-28 06:53:05 +01:00

14 lines
479 B
PHP

<!DOCTYPE html>
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ config('app.name') }} @isset($titleExt){{$titleExt}}@endisset</title>
<link rel="stylesheet" href="{{mix('/css/app.css')}}">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/pixeden-stroke-7-icon@1.2.3/pe-icon-7-stroke/dist/pe-icon-7-stroke.min.css">
</head>