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