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