28 lines
1.4 KiB
HTML
28 lines
1.4 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
|
<link rel="manifest" href="/site.webmanifest">
|
|
<meta name="description" content="PSW/UI is a UI library with minimum dependency." />
|
|
<meta name="keywords" content="UI, library, PSW, React, components" />
|
|
<meta name="author" content="Shinwoo PARK" />
|
|
<meta property="og:title" content="PSW/UI" />
|
|
<meta property="og:description" content="PSW/UI is a UI library with minimum dependency." />
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:url" content="https://ui.psw.kr" />
|
|
<meta property="og:image" content="https://ui.psw.kr/android-chrome-512x512.png" />
|
|
<meta name="twitter:card" content="summary_large_image" />
|
|
<meta name="twitter:title" content="PSW/UI" />
|
|
<meta name="twitter:description" content="PSW/UI is a UI library with minimum dependency." />
|
|
<meta name="twitter:image" content="https://ui.psw.kr/android-chrome-512x512.png" />
|
|
<title>PSW/UI</title>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html> |