head.jsp 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <!-- jstl 사용 선언 -->
  2. <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
  3. <%@ page language="java" contentType="text/html;charset=UTF-8" pageEncoding="UTF-8" %>
  4. <!DOCTYPE html>
  5. <html lang="ko">
  6. <head>
  7. <meta charset="utf-8">
  8. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  9. <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  10. <!-- <meta name="description" content="Responsive Bootstrap 4 Admin &amp; Dashboard Template">
  11. <meta name="author" content="Bootlab">
  12. <meta name="robots" content="noindex" /> -->
  13. <title><c:out value="realworld"/></title>
  14. <!-- css -->
  15. <link rel="stylesheet" href="/resources/css/style.css">
  16. <!-- fonts -->
  17. <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css" integrity="sha384-DyZ88mC6Up2uqS4h/KRgHuoeGwBcD4Ng9SiP4dIRy0EXTlnuz47vAwmeGwVChigm" crossorigin="anonymous">
  18. <link rel="preconnect" href="https://fonts.googleapis.com">
  19. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  20. <link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700;900&family=Source+Serif+Pro:wght@200;300;400;600;700;900&family=Titillium+Web:wght@200;300;400;600;700;900&family=Nanum+Gothic:wght@400;700;800&display=swap" rel="stylesheet">
  21. <!-- js -->
  22. <script src="/resources/js/common.js"></script>
  23. <!--
  24. <link rel="icon" href="/resources/images/favicon.ico" type="image/x-icon">
  25. <link rel="preconnect" href="//fonts.gstatic.com/" crossorigin="">
  26. <link href="/resources/css/common/jquery.modal.css" type="text/css" rel="stylesheet">
  27. <link href="/resources/css/common/classic.css" type="text/css" rel="stylesheet">
  28. <script src="/resources/js/common/app.js"></script>
  29. <script src="/resources/js/common/common.js"></script>
  30. <script src="/resources/js/common/jquery.modal.min.js"></script>
  31. -->