Search

๋ฉ”ํƒ€ ํƒœ๊ทธ - favicon, thumbnail

<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <% String root = request.getContextPath(); %> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Shop๐Ÿ›’ - ALOHA CLASS๐ŸŒด</title> <!-- ํŒŒ๋น„์ฝ˜ --> <link rel="icon" href="<%= root %>/static/img/logo.png" type="image/x-icon"> <!-- ์ธ๋„ค์ผ ์ด๋ฏธ์ง€ ์„ค์ • --> <meta property="og:image" content="https://i.imgur.com/yiTQ3EV.jpg"> <!-- ์›น ํŽ˜์ด์ง€ ์„ค๋ช… (์„ ํƒ ์‚ฌํ•ญ) --> <meta property="og:description" content="ALOHA CLASS๐ŸŒด - ์‡ผํ•‘๋ชฐ ํ”„๋กœ์ ํŠธ"> <!-- ์›น ํŽ˜์ด์ง€ URL --> <meta property="og:url" content="<%= root %>"> <!-- ์›น ํŽ˜์ด์ง€ ์ œ๋ชฉ --> <meta name="title" content="Shop๐Ÿ›’ - ALOHA CLASS๐ŸŒด"> <meta property="og:title" content="Shop๐Ÿ›’ - ALOHA CLASS๐ŸŒด"> <!-- ์›น ํŽ˜์ด์ง€ ํƒ€์ž… (์›น์‚ฌ์ดํŠธ, ๊ธฐ์‚ฌ, ์ œํ’ˆ ๋“ฑ) --> <meta property="og:type" content="website"> <!-- ๊ฒ€์ƒ‰์–ด --> <meta name="keywords" content="์‡ผํ•‘๋ชฐ ํ”„๋กœ์ ํŠธ, ์ž๋ฐ” ์›น๊ฐœ๋ฐœ, ALOHA CLASS, ์•Œ๋กœํ•˜ ํด๋ž˜์Šค"> <meta name="robots" content="index, follow"> <!-- ์‚ฌ์ดํŠธ ๋งต --> <link rel="sitemap" href="<%= root %>/static/sitemap.xml">
HTML
๋ณต์‚ฌ