CoolFace
Apppublic

admin08077/Githubgemini

sourceHugging Faceotherupdated 10mo agoView on Hugging Face
0likes
index.html40 linesDownload Raw Back to root
1<!DOCTYPE html>2<html lang="en">3  <head>4    <meta charset="UTF-8" />5    <meta name="viewport" content="width=device-width, initial-scale=1.0" />6    <title>AI Code Architect</title>7    <script src="https://cdn.tailwindcss.com"></script>8    <script>9      tailwind.config = {10        theme: {11          extend: {12            colors: {13              'gray': {14                '850': '#182030',15                '950': '#0b0f1a',16              }17            }18          }19        }20      }21    </script>22    23 24<link rel="stylesheet" href="/index.css">25  <script type="importmap">26{27  "imports": {28    "react": "https://aistudiocdn.com/react@^19.1.1",29    "@google/genai": "https://aistudiocdn.com/@google/genai@^1.21.0",30    "react/": "https://aistudiocdn.com/react@^19.1.1/",31    "react-dom/": "https://aistudiocdn.com/react-dom@^19.1.1/"32  }33}34</script>35  <script type="module" crossorigin src="/assets/index-B27E2HQm.js"></script>36</head>37  <body class="bg-gray-950 text-gray-200">38    <div id="root"></div>39  </body>40</html>