mo-ocr / static /index.html
mnhkahn's picture
refactor(static): 简化index.html结构并改用iframe加载OCR页面
574ec98
Raw
History Blame Contribute Delete
693 Bytes
<!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>