mirror of
https://github.com/arthyn/sphinx.git
synced 2024-12-26 01:12:36 +03:00
18 lines
719 B
HTML
18 lines
719 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>sphinx</title>
|
|
<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>
|
|
<body class="font-sans text-mauve bg-linen antialiased">
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|