File size: 2,078 Bytes
5dab1e8
689f3e9
5dab1e8
 
 
 
689f3e9
 
 
 
 
5dab1e8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
689f3e9
 
 
 
 
 
 
 
 
 
 
 
 
 
5dab1e8
 
 
 
 
 
 
 
 
 
750da0d
5dab1e8
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<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>