December 17th,2025 V.44
This commit is contained in:
parent
6efb61d15e
commit
ba212fbd42
16
product.php
16
product.php
@ -6,7 +6,19 @@
|
||||
<title>Why FinMox - FinMox</title>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap" rel="stylesheet">
|
||||
<script src="https://cdn.tailwindcss.com"></script>
|
||||
|
||||
<style>
|
||||
.tab-button {
|
||||
padding: 0.5rem 1rem;
|
||||
margin: 0 0.5rem;
|
||||
border-bottom: 2px solid transparent;
|
||||
font-weight: 500;
|
||||
color: #6B7280; /* gray-500 */
|
||||
}
|
||||
.tab-button.active-tab {
|
||||
color: #000;
|
||||
border-bottom-color: #000;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body class="text-gray-900">
|
||||
|
||||
@ -58,7 +70,7 @@
|
||||
|
||||
<div id="human-in-loop-tabs" class="mt-10 max-w-4xl mx-auto">
|
||||
<!-- Tab Buttons -->
|
||||
<div class="flex justify-center border-b border-gray-200">
|
||||
<div class="flex justify-center">
|
||||
<button data-tab="automation" class="tab-button active-tab">Automation</button>
|
||||
<button data-tab="ai-outputs" class="tab-button">AI Outputs</button>
|
||||
<button data-tab="security" class="tab-button">Security</button>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user