File size: 693 Bytes
574ec98
8ee62c4
574ec98
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8ee62c4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!doctype html>
<html lang="zh-CN">
    <head>
        <meta charset="UTF-8" />
        <title>汉字书法字体识别</title>
        <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no" />
        <meta name="apple-mobile-web-app-capable" content="yes" />
    </head>

    <body>
        <!-- iframe容器 -->
        <div class="iframe-container">
            <iframe src="https://www.cyeam.com/mo/ocr"></iframe>
        </div>

        <!-- 版权 -->
        <footer>
            &gt;&gt;&nbsp;
            <a href="https://github.com/jfxia/shufa" target="_blank">github.com/jfxia/shufa</a>
            &nbsp;&lt;&lt;
        </footer>
    </body>
</html>