Files
upbit/public/index.html
2022-02-10 13:07:45 +09:00

21 lines
459 B
HTML

<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="upbit clone project created by Seongkyun Yu"
/>
<title>Downbit</title>
</head>
<body>
<div id="root"></div>
</body>
</html>