19 lines
797 B
HTML
19 lines
797 B
HTML
<!doctype html>
|
|
<html lang="ru">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>NODE.DC Launcher</title>
|
|
<link rel="icon" type="image/svg+xml" sizes="any" href="/favicon/icon-adaptive.svg" />
|
|
<link rel="icon" type="image/x-icon" href="/favicon/favicon.ico" />
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png" />
|
|
<link rel="icon" type="image/png" sizes="192x192" href="/favicon/icon-192.png" />
|
|
<link rel="icon" type="image/png" sizes="512x512" href="/favicon/icon-512.png" />
|
|
<link rel="manifest" href="/favicon/manifest.webmanifest.json" />
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|