码桶

发现社区成员的开源项目

main
index.html816 B
<!doctype html>
<html lang="en">

<head>
  <meta charset="UTF-8" />
  <link rel="icon" type="image/svg+xml" href="/src/logo.svg" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <meta name="theme-color" content="#f48120">
  <meta name="apple-mobile-web-app-capable" content="yes">
  <meta name="apple-mobile-web-app-status-bar-style" content="default">
  <link rel="apple-touch-icon" href="/logo.svg">
  <link rel="preconnect" href="https://api.cloudflare.com" crossorigin>
  <link rel="dns-prefetch" href="https://api.cloudflare.com">
  <title>Cloudflare DNS Manager</title>
  <meta name="description" content="A powerful DNS and Custom Hostname manager for Cloudflare." />
</head>

<body>
  <div id="root"></div>
  <script type="module" src="/src/main.jsx"></script>
</body>

</html>