123456789101112131415161718 |
- <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <%@ include file="/act/rest/common/global.jsp"%>
- <%@ include file="/act/rest/common/meta.jsp" %>
- <%@ include file="/act/rest/common/include-base-styles.jsp" %>
- <%@ include file="/act/rest/common/include-jquery-ui-theme.jsp" %>
- <%@ include file="/act/rest/common/include-custom-styles.jsp" %>
- <title>Rest示例</title>
- </head>
- <body>
- </body>
- </html>
|