Logo

GitLab

Sign in

曹亮 / demo-tbschedule

  • Back to Dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • demo-tbschedule
  • src
  • main
  • webapp
  • index.jsp
  • init push
    47c22c42
    曹亮 authored
    2017-10-13 19:44:27 +0800  
    Browse File »
index.jsp 348 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
<%--
  Created by IntelliJ IDEA.
  User: caoliang
  Date: 2017/10/13
  Time: 下午6:52
  To change this template use File | Settings | File Templates.
--%>
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<html>
<head>
    <title>Title</title>
</head>
<body>
<%
    response.sendRedirect("schedule/index.jsp");
%>
</body>
</html>