2024-03-04 15:26:53 +03:00
|
|
|
|
<!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 -->
|
2024-03-25 16:59:21 +03:00
|
|
|
|
<link rel="shortcut icon" type="image/x-icon" href="{{ URL::to('img/front-page/logo.png') }}">
|
2024-03-04 15:26:53 +03:00
|
|
|
|
|
|
|
|
|
<!-- CSS here -->
|
|
|
|
|
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="{{ asset('css/bootstrap.css') }}">
|
|
|
|
|
<link rel="stylesheet" type="js" href="{{ asset('js/bootstrap-bundle.js') }}">
|
2024-03-06 15:49:43 +03:00
|
|
|
|
<script src="{{ asset('js/jquery-3.7.1.min.js') }}"></script>
|
2024-03-04 15:26:53 +03:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@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')
|