rest.jsp 503 B

123456789101112131415161718
  1. <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
  2. <!DOCTYPE html>
  3. <html lang="en">
  4. <head>
  5. <%@ include file="/act/rest/common/global.jsp"%>
  6. <%@ include file="/act/rest/common/meta.jsp" %>
  7. <%@ include file="/act/rest/common/include-base-styles.jsp" %>
  8. <%@ include file="/act/rest/common/include-jquery-ui-theme.jsp" %>
  9. <%@ include file="/act/rest/common/include-custom-styles.jsp" %>
  10. <title>Rest示例</title>
  11. </head>
  12. <body>
  13. </body>
  14. </html>