mirror of
https://github.com/remnawave/utils.git
synced 2026-05-13 12:26:35 +00:00
52 lines
2.4 KiB
HTML
52 lines
2.4 KiB
HTML
<!doctype html>
|
||
<html lang="en" dir="ltr">
|
||
<head>
|
||
<meta charset="UTF-8" />
|
||
|
||
<meta name="apple-mobile-web-app-title" content="Remnawave" />
|
||
<meta name="mobile-web-app-capable" content="yes" />
|
||
|
||
<meta name="apple-touch-fullscreen" content="yes" />
|
||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||
|
||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
||
|
||
<link rel="icon" href="/favicons/logo.svg" type="image/svg+xml" />
|
||
<link rel="icon" href="/favicons/favicon-32x32.png" sizes="32x32" type="image/png" />
|
||
<link rel="icon" href="/favicons/favicon-16x16.png" sizes="16x16" type="image/png" />
|
||
<link rel="apple-touch-icon" href="/favicons/favicon-180x180.png" sizes="180x180" />
|
||
|
||
<link rel="preconnect" crossorigin="anonymous" href="https://fonts.googleapis.com" />
|
||
<link rel="preconnect" crossorigin="anonymous" href="https://fonts.gstatic.com" />
|
||
|
||
<link
|
||
href="https://fonts.googleapis.com/css2?family=Fira+Mono:wght@400;500;700&family=Unbounded:wght@200..900&display=swap"
|
||
rel="stylesheet"
|
||
/>
|
||
|
||
<meta name="color-scheme" content="dark only" />
|
||
<meta name="theme-color" content="#161B23" />
|
||
|
||
<meta
|
||
name="viewport"
|
||
content="minimum-scale=1, initial-scale=1, width=device-width, user-scalable=no, viewport-fit=cover"
|
||
/>
|
||
|
||
<meta
|
||
name="description"
|
||
content="Remnawave – user and proxy management solution built on top of Xray Core. Easily add users, nodes, configure Xray and much more with a feature-rich REST API."
|
||
/>
|
||
<meta property="og:url" content="https://utils.docs.rw" data-rh="true" />
|
||
<meta property="og:title" content="Remnawave Utils" data-rh="true" />
|
||
<meta name="description" content="Remnawave Utils" data-rh="true" />
|
||
<meta property="og:description" content="Remnawave Utils" data-rh="true" />
|
||
<!-- <meta property="og:image" content="/favicons/logo.svg" data-rh="true" />
|
||
<meta name="twitter:image" content="/favicons/logo.svg" data-rh="true" /> -->
|
||
<!-- <meta data-rh="true" name="twitter:card" content="summary_large_image" /> -->
|
||
<title>Remnawave Utils</title>
|
||
</head>
|
||
<body>
|
||
<div id="root"></div>
|
||
<script type="module" src="/src/main.tsx"></script>
|
||
</body>
|
||
</html>
|