Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m40s
23 lines
934 B
HTML
23 lines
934 B
HTML
<!doctype html>
|
|
<html lang="ru">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta name="description" content="S3 Lists Manager - Управление списками доменов и AS" />
|
|
<meta name="theme-color" content="#206bc4" />
|
|
|
|
<!-- Inter Font -->
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
|
|
|
|
<title>S3 Lists Manager</title>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<!-- Удалён импорт Tabler JS, теперь он импортируется в main.jsx -->
|
|
<script type="module" src="/src/main.jsx"></script>
|
|
</body>
|
|
</html>
|