mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 11:03:34 +00:00
feat(smm): Add OpenGraph tags
This commit is contained in:
@@ -32,3 +32,6 @@ dist/
|
|||||||
|
|
||||||
# Web
|
# Web
|
||||||
node_modules/
|
node_modules/
|
||||||
|
|
||||||
|
# VS Code
|
||||||
|
.vscode
|
||||||
|
|||||||
+10
-1
@@ -3,12 +3,21 @@
|
|||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Deploy Docker apps on your own infrastructure | Uncloud</title>
|
<title>Deploy Docker Apps on Your Infrastructure | Uncloud</title>
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<link href="./style.css" rel="stylesheet">
|
<link href="./style.css" rel="stylesheet">
|
||||||
<link rel="apple-touch-icon" href="./images/apple-touch-icon.png" sizes="180x180"/>
|
<link rel="apple-touch-icon" href="./images/apple-touch-icon.png" sizes="180x180"/>
|
||||||
<link rel="icon" type="image/svg+xml" href="./images/logo.svg"/>
|
<link rel="icon" type="image/svg+xml" href="./images/logo.svg"/>
|
||||||
<link rel="alternate icon" type="image/png" href="./images/favicon.png" sizes="96x96"/>
|
<link rel="alternate icon" type="image/png" href="./images/favicon.png" sizes="96x96"/>
|
||||||
|
|
||||||
|
<!-- OpenGraph tags for social media -->
|
||||||
|
<meta property="og:title" content="Deploy Docker Apps on Your Infrastructure | Uncloud" />
|
||||||
|
<meta property="og:description" content="Uncloud helps you deploy container applications on your infrastructure with ease" />
|
||||||
|
<meta property="og:image" content="https://uncloud.run/images/logo.svg" />
|
||||||
|
<meta property="og:image:alt" content="Uncloud logo - Deploy container apps with ease" />
|
||||||
|
<meta property="og:url" content="https://uncloud.run" />
|
||||||
|
<meta property="og:type" content="website" />
|
||||||
|
<meta property="og:site_name" content="Uncloud" />
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body class="font-inter antialiased bg-white text-zinc-900 tracking-tight">
|
<body class="font-inter antialiased bg-white text-zinc-900 tracking-tight">
|
||||||
|
|||||||
+9
-1198
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user