33 lines
1.1 KiB
PHP
33 lines
1.1 KiB
PHP
<!doctype html>
|
||
<html class="no-js" lang="ru">
|
||
|
||
<head>
|
||
<meta charset="utf-8">
|
||
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
||
<title>Абитуриенту ФГБОУ ВО "МГТУ"</title>
|
||
<meta name="description" content="">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
||
<!-- Place favicon.ico in the root directory -->
|
||
<link rel="shortcut icon" type="image/x-icon" href="{{ URL::to('img/logo/logo_1-2.png') }}">
|
||
|
||
<!-- CSS here -->
|
||
|
||
<link rel="stylesheet" type="text/css" href="{{ asset('css/bootstrap.css') }}">
|
||
<link rel="stylesheet" type="js" href="{{ asset('js/bootstrap-bundle.js') }}">
|
||
<script src="{{ asset('js/jquery-3.7.1.min.js') }}"></script>
|
||
|
||
|
||
|
||
|
||
|
||
@yield('extra_styles')
|
||
<!-- css end here-->
|
||
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
|
||
<meta http-equiv="Pragma" content="no-cache">
|
||
<meta http-equiv="Expires" content="0">
|
||
{{-- <script src="{{ URL::to('https://lidrekon.ru/slep/js/jquery.js') }}"></script>--}}
|
||
{{-- <script src="{{ URL::to('//lidrekon.ru/slep/js/uhpv-full.min.js') }}"></script>--}}
|
||
</head>
|
||
@yield('content')
|