Some checks failed
CI/CD Pipeline / Solidity Contracts (push) Failing after 1m18s
CI/CD Pipeline / Security Scanning (push) Successful in 2m53s
CI/CD Pipeline / Lint and Format (push) Failing after 49s
CI/CD Pipeline / Terraform Validation (push) Failing after 24s
CI/CD Pipeline / Kubernetes Validation (push) Successful in 26s
Deploy ChainID 138 / Deploy ChainID 138 (push) Failing after 42s
HYBX OMNL TypeScript & anchor / token-aggregation build + reconcile artifact (push) Failing after 39s
Validation / validate-genesis (push) Successful in 33s
Validation / validate-terraform (push) Failing after 28s
Validation / validate-kubernetes (push) Failing after 12s
Validation / validate-smart-contracts (push) Failing after 13s
Validation / validate-security (push) Failing after 1m21s
Validation / validate-documentation (push) Failing after 22s
Verify Deployment / Verify Deployment (push) Failing after 1m0s
41 lines
1.8 KiB
HTML
41 lines
1.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
|
|
<meta name="description" content="Multi-Cloud Orchestration Portal - Manage and orchestrate deployments across multiple cloud providers and on-premises infrastructure">
|
|
<meta name="keywords" content="multi-cloud, orchestration, kubernetes, cloud management, infrastructure">
|
|
<meta name="author" content="Multi-Cloud Orchestration Portal">
|
|
<meta name="theme-color" content="#16a34a">
|
|
|
|
<!-- Open Graph / Facebook -->
|
|
<meta property="og:type" content="website">
|
|
<meta property="og:title" content="Multi-Cloud Orchestration Portal">
|
|
<meta property="og:description" content="Manage and orchestrate deployments across multiple cloud providers">
|
|
|
|
<!-- Twitter -->
|
|
<meta property="twitter:card" content="summary_large_image">
|
|
<meta property="twitter:title" content="Multi-Cloud Orchestration Portal">
|
|
<meta property="twitter:description" content="Manage and orchestrate deployments across multiple cloud providers">
|
|
|
|
<!-- Preconnect for performance -->
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://cdnjs.cloudflare.com" crossorigin>
|
|
|
|
<!-- Font Awesome -->
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
|
|
integrity="sha512-iecdLmaskl7CVkqkXNQ/ZHcXL4JmGkPW1K14E1HctS20JsvBaZQVnTxYWU5M8Xw7JAHwpFgtktNFFjq8EsUw=="
|
|
crossorigin="anonymous"
|
|
referrerpolicy="no-referrer">
|
|
|
|
<title>Multi-Cloud Orchestration Portal</title>
|
|
</head>
|
|
<body>
|
|
<div id="app">
|
|
<!-- Skip Navigation Link for Accessibility -->
|
|
<a href="#main-content" class="skip-link">Skip to main content</a>
|
|
</div>
|
|
<script type="module" src="/src/main.ts"></script>
|
|
</body>
|
|
</html>
|