28 lines
809 B
HTML
28 lines
809 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" />
|
|
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" />
|
|
<link
|
|
href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR&family=Source+Code+Pro&display=swap"
|
|
rel="stylesheet"
|
|
/>
|
|
|
|
<title>pomp</title>
|
|
</head>
|
|
<body>
|
|
<noscript>
|
|
English: Oops! It seems like JavaScript is not enabled!
|
|
<br />
|
|
Korean: 이런! 자바스크립트를 사용할 수 없습니다!
|
|
</noscript>
|
|
<div id="root"></div>
|
|
</body>
|
|
</html>
|