studentBar.jsp 366 B

1234567891011121314151617
  1. <%--
  2. Created by IntelliJ IDEA.
  3. User: Кинетик
  4. Date: 28.12.2016
  5. Time: 20:07
  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>Страница студента</title>
  12. </head>
  13. <body>
  14. <h1>Страница студента</h1>
  15. </body>
  16. </html>