Spaces:
Running
Running
| <html lang="ko"> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <meta httpEquiv="X-UA-Compatible" content="IE=edge" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> | |
| <meta name="description" content="A-EYE — 사진 한 장으로 AI 생성 이미지를 판별하고, 의심 영역을 히트맵으로 보여주는 AI 이미지 판별 서비스" /> | |
| <meta property="og:title" content="A-EYE — AI 이미지 판별기" /> | |
| <meta property="og:description" content="AI로 만든 사진인지 진짜 사진인지, 근거 히트맵과 함께 확인하세요." /> | |
| <meta name="theme-color" content="#0B1220" /> | |
| <title>A-EYE — AI 이미지 판별기</title> | |
| <!-- The `react-native-web` recommended style reset: https://necolas.github.io/react-native-web/docs/setup/#root-element --> | |
| <style id="expo-reset"> | |
| /* These styles make the body full-height */ | |
| html, | |
| body { | |
| height: 100%; | |
| } | |
| /* These styles disable body scrolling if you are using <ScrollView> */ | |
| body { | |
| overflow: hidden; | |
| } | |
| /* These styles make the root element full-height */ | |
| #root { | |
| display: flex; | |
| height: 100%; | |
| flex: 1; | |
| } | |
| /* Desktop: phone-frame centering (mobile untouched) */ | |
| @media (min-width: 768px) { | |
| body { | |
| background: | |
| radial-gradient(900px 500px at 75% -5%, #16224a 0%, #090d18 60%) fixed, | |
| #090d18; | |
| } | |
| #root { | |
| max-width: 460px; | |
| margin: 0 auto; | |
| box-shadow: 0 0 0 1px rgba(255,255,255,0.07), 0 24px 80px rgba(0,0,0,0.55); | |
| } | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <!-- Use static rendering with Expo Router to support running without JavaScript. --> | |
| <noscript> | |
| You need to enable JavaScript to run this app. | |
| </noscript> | |
| <!-- The root element for your Expo app. --> | |
| <div id="root"></div> | |
| <script src="/_expo/static/js/web/entry-2579e60a054674b7e5872c39c666b634.js" defer></script> | |
| </body> | |
| </html> | |