twoCode.jsp 418 B

12345678910111213
  1. <%@ page language="java" contentType="text/html; charset=UTF-8"
  2. pageEncoding="UTF-8"%>
  3. <!DOCTYPE html>
  4. <html>
  5. <head>
  6. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  7. <%@ include file="../../../common.jsp"%>
  8. <title>许可证信息生成二维码</title>
  9. </head>
  10. <body style="text-align:center;">
  11. <img alt="许可证信息" src="${app }/static/biz/image/twoCode.png">
  12. </body>
  13. </html>