Последняя версия с сервера прошлого разработчика
This commit is contained in:
76
resources/views/company.blade.php
Executable file
76
resources/views/company.blade.php
Executable file
@@ -0,0 +1,76 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="ru">
|
||||
<head>
|
||||
<title>О компании - teeaseer</title>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no, user-scalable=no">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="//fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&display=swap" rel="stylesheet">
|
||||
@php
|
||||
$manifest = json_decode(file_get_contents(public_path('dist/manifest.json')), true);
|
||||
@endphp
|
||||
<link rel="stylesheet" href="/dist/{{ $manifest['resources/js/app.js']['css'][0] }}">
|
||||
|
||||
<style>
|
||||
table {
|
||||
border: 1px solid #dee2e6;
|
||||
}
|
||||
table {
|
||||
width: 100%;
|
||||
margin-bottom: 1rem;
|
||||
color: #212529;
|
||||
}
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
table thead td, table thead th {
|
||||
border-bottom-width: 2px;
|
||||
}
|
||||
table thead th {
|
||||
vertical-align: bottom;
|
||||
border-bottom: 2px solid #dee2e6;
|
||||
}
|
||||
table td, table th {
|
||||
border: 1px solid #dee2e6;
|
||||
}
|
||||
table td, table th {
|
||||
padding: 0.75rem;
|
||||
vertical-align: top;
|
||||
border-top: 1px solid #dee2e6;
|
||||
}
|
||||
th {
|
||||
text-align: inherit;
|
||||
text-align: -webkit-match-parent;
|
||||
}
|
||||
ol{
|
||||
list-style-type: decimal;
|
||||
}
|
||||
ul{
|
||||
list-style-type: disc;
|
||||
}
|
||||
ol,ul{
|
||||
list-style-position: inside;
|
||||
}
|
||||
ol li + li, ul li + li {
|
||||
margin-top: .5em;
|
||||
}
|
||||
|
||||
li ol, li ul{
|
||||
margin-top: 1em;
|
||||
margin-left: 2em;
|
||||
}
|
||||
|
||||
.mlml2{
|
||||
margin-left: 2em;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body class="container mx-auto space-y-3 p-10">
|
||||
<h1 class="text-center font-bold">Сайт teeaseer.com </h1>
|
||||
<p>Сайт Teeaseer.com (Сайт) – сайт в сети Интернет "Teeaseer.com" (домен –http://teeaseer.com) включая все уровни указанного домена, включая его мобильную версию и как функционирующие на дату заключения настоящего Договора, так и запускаемые и вводимые в эксплуатацию в течение всего срока действия настоящего Договора), социальная сеть, администратором и владельцем которой является ООО «Тизер» ИНН 2462075237 КПП 246201001 ОГРН 1232400011414 зарегистрированный по по адресу: 660013, Красноярский край, город Красноярск, ул. Тамбовская, д. 5, стр 2, к 2, офис 301</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user