CoolFace
Apppublic

KOOHAWN/AI_PDF_TOOLKIt

sourceHugging Faceupdated 2mo agoView on Hugging Face
0likes
index.html16 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    <link rel="icon" type="image/svg+xml" href="/brand/gani-flow-mark.svg" />7    <meta name="theme-color" content="#0F172A" />8    <meta name="description" content="GANI FLOW - 디자인 파일 정리, 변환, 검수, 이미지 작업을 한 흐름으로." />9    <title>GANI FLOW | 디자인 파일 워크스페이스</title>10  </head>11  <body>12    <div id="root"></div>13    <script type="module" src="/src/main.tsx"></script>14  </body>15</html>16