header.jsp 991 B

123456789101112131415161718192021
  1. <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
  2. <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %>
  3. <!DOCTYPE html>
  4. <html lang="en">
  5. <head>
  6. <meta charset="utf-8">
  7. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  8. <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  9. <meta name="description" content="Responsive Bootstrap 4 Admin &amp; Dashboard Template">
  10. <meta name="author" content="Bootlab">
  11. <title><c:out value="${data._TITLE}"/></title>
  12. <link rel="shortcut icon" href="/resources/images/favicon.ico" type="image/x-icon">
  13. <link rel="preconnect" href="//fonts.gstatic.com/" crossorigin="">
  14. <!-- PICK ONE OF THE STYLES BELOW -->
  15. <!-- <link href="/resources/css/common/test.css" rel="stylesheet"> -->
  16. <link href="/resources/css/common/classic.css" rel="stylesheet">
  17. <!-- <link href="/css/common/corporate.css" rel="stylesheet"> -->
  18. <!-- <link href="/css/common/modern.css" rel="stylesheet"> -->