22 lines
713 B
HTML
22 lines
713 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<link rel="icon" href="%PUBLIC_URL%/icon/icon_circle.svg" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
<meta name="theme-color" content="#000000" />
|
|
<meta property="og:image" content="%PUBLIC_URL%/img/icon.png" />
|
|
<meta property="og:type" content="website" />
|
|
|
|
<title>pomp</title>
|
|
</head>
|
|
<body>
|
|
<noscript>
|
|
English: Oops! It seems like JavaScript is not enabled!
|
|
<br />
|
|
Korean: 이런! 자바스크립트를 사용할 수 없습니다!
|
|
</noscript>
|
|
<div id="root"></div>
|
|
</body>
|
|
</html>
|