Подгонка под описания
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<meta charset="UTF-8">
|
||||
<title>{{ title }}</title>
|
||||
<link href="/static/css/main.css" type="text/css" rel="stylesheet">
|
||||
<link href="/static/css/report.css" type="text/css" rel="stylesheet">
|
||||
<link href="static/css/report.css" type="text/css" rel="stylesheet">
|
||||
<link
|
||||
href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css"
|
||||
rel="stylesheet"
|
||||
@@ -14,7 +14,7 @@
|
||||
rel="stylesheet"
|
||||
/>
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
|
||||
<script src="/static/js/check.js"></script>
|
||||
<script src="static/js/check.js"></script>
|
||||
</head>
|
||||
<body class="p-3 m-0 border-0 bd-example m-0 border-0">
|
||||
<div class="row flex-nowrap justify-content-between pb-5">
|
||||
|
||||
Reference in New Issue
Block a user