studentChangeInfo.jsp 528 B

12345678910111213141516171819
  1. <%--
  2. Created by IntelliJ IDEA.
  3. User: Вероника
  4. Date: 26.03.2017
  5. Time: 19:41
  6. To change this template use File | Settings | File Templates.
  7. --%>
  8. <%@ page contentType="text/html;charset=UTF-8" language="java" %>
  9. <html>
  10. <head>
  11. <title>Student Info Change Page</title>
  12. <style type="text/css">
  13. <%@include file="/WEB-INF/bootstrap-4.0.0-alpha.6-dist/css/cssforpr.css" %>
  14. <%@include file="/WEB-INF/bootstrap-4.0.0-alpha.6-dist/css/bootstrap.min.css" %>
  15. </style>
  16. </head>
  17. <body>
  18. </body>
  19. </html>