CoolFace
Apppublic

JOSEPH1456/CollateralIQ

sourceHugging Faceupdated 5mo agoView on Hugging Face
0likes
index.html20 linesDownload Raw Back to root
1<!doctype html>2<html lang="en" class="light">3  <head>4    <meta charset="UTF-8" />5    <link rel="icon" type="image/svg+xml" href="/vite.svg" />6    <meta name="viewport" content="width=device-width, initial-scale=1.0" />7    <title>CollateralIQ | Institutional-Grade Valuation</title>8    <meta name="description" content="AI-powered collateral valuation combined with real-time liquidity intelligence to transform NBFC asset monitoring and underwriting precision." />9 10    <!-- Fonts -->11    <link rel="preconnect" href="https://fonts.googleapis.com" />12    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />13    <link href="https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap" rel="stylesheet" />14    <link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" rel="stylesheet" />15  </head>16  <body>17    <div id="root"></div>18    <script type="module" src="/src/main.jsx"></script>19  </body>20</html>