Initial commit

This commit is contained in:
Developer
2025-04-21 16:03:20 +02:00
commit 2832896157
22874 changed files with 3092801 additions and 0 deletions

View File

@@ -0,0 +1,81 @@
<!DOCTYPE html>
<html lang="ru">
<head>
<title>О компании - 4teaser</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">Сервис 4teaser.com предоставляет компания ООО Синтез-К.</h1>
<p>ОГРН 1172468020658</p>
<p>ИНН 2466180271</p>
<p>КПП 246601001</p>
<p>Юридический адрес <br>
660049, Красноярский край, г.Красноярск, ул. Карла Маркса, д. 44А, помещение. 12</p>
</body>
</html>