mirror of
https://github.com/hhftechnology/Dock-Dploy.git
synced 2026-03-10 15:53:09 -05:00
36 lines
1.8 KiB
HTML
36 lines
1.8 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<link rel="icon" href="/favicon.ico" />
|
|
<meta name="theme-color" content="#000000" />
|
|
<link rel="apple-touch-icon" href="/logo.png" />
|
|
<link rel="manifest" href="/manifest.json" />
|
|
|
|
<!-- Primary Meta Tags -->
|
|
<title>Dock-Dploy - Build Docker Compose Files Without the Hassle</title>
|
|
<meta name="title" content="Dock-Dploy - Build Docker Compose Files Without the Hassle" />
|
|
<meta name="description" content="A powerful web-based tool for building and managing Docker Compose files, configurations, and schedulers. All in one place, completely free." />
|
|
|
|
<!-- Open Graph / Facebook -->
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:url" content="/" />
|
|
<meta property="og:title" content="Dock-Dploy - Build Docker Compose Files Without the Hassle" />
|
|
<meta property="og:description" content="A powerful web-based tool for building and managing Docker Compose files, configurations, and schedulers. All in one place, completely free." />
|
|
<meta property="og:image" content="/logo.svg" />
|
|
<meta property="og:site_name" content="Dock-Dploy" />
|
|
|
|
<!-- Twitter -->
|
|
<meta name="twitter:card" content="summary_large_image" />
|
|
<meta name="twitter:url" content="/" />
|
|
<meta name="twitter:title" content="Dock-Dploy - Build Docker Compose Files Without the Hassle" />
|
|
<meta name="twitter:description" content="A powerful web-based tool for building and managing Docker Compose files, configurations, and schedulers. All in one place, completely free." />
|
|
<meta name="twitter:image" content="/logo.svg" />
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|