sphinx/ui/index.html

18 lines
719 B
HTML
Raw Normal View History

2022-06-28 02:21:12 +03:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2022-07-15 05:47:08 +03:00
<title>sphinx</title>
2022-06-28 02:21:12 +03:00
<meta name="theme-color" content="#ffffff" />
<link rel="icon" href="/src/assets/favicon.svg" sizes="any" type="image/svg+xml" />
<link rel="mask-icon" href="/src/assets/safari-pinned-tab.svg" color="#000000" />
<link rel="apple-touch-icon" sizes="180x180" href="/src/assets/apple-touch-icon.png" />
<link rel="manifest" href="/src/assets/manifest.json" />
</head>
2022-07-09 08:05:03 +03:00
<body class="font-sans text-mauve bg-linen antialiased">
2022-06-28 02:21:12 +03:00
<div id="app"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>