18 lines
681 B
HTML
18 lines
681 B
HTML
<!doctype html>
|
|
<html lang="ru" data-nodedc-ui data-nodedc-theme="dark">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta name="theme-color" content="#050506" />
|
|
<link rel="icon" href="/favicon/favicon.ico" sizes="any" />
|
|
<link rel="icon" type="image/svg+xml" href="/favicon/icon-adaptive.svg" />
|
|
<link rel="apple-touch-icon" href="/favicon/apple-touch-icon.png" />
|
|
<link rel="manifest" href="/favicon/manifest.webmanifest.json" />
|
|
<title>NODE.DC UI Catalog</title>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|