refactor: update privacy policy page meta tags

This commit is contained in:
Kentai Radiquum 2024-06-25 03:37:03 +05:00
parent d861efe869
commit 11e48e33ce
Signed by: Radiquum
GPG key ID: 858E8EE696525EED

View file

@ -4,7 +4,7 @@
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>wah.su - welcome</title> <title>wah.su | Privacy Policy</title>
<link href="/public/output.css" rel="stylesheet" /> <link href="/public/output.css" rel="stylesheet" />
<link rel="apple-touch-icon" sizes="180x180" href="/public/favicon/apple-touch-icon.png"> <link rel="apple-touch-icon" sizes="180x180" href="/public/favicon/apple-touch-icon.png">
@ -13,26 +13,22 @@
<link rel="manifest" href="/public/favicon/site.webmanifest"> <link rel="manifest" href="/public/favicon/site.webmanifest">
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="description" <meta name="description" content="Privacy Policy for wah.su.">
content="Looking for a cozy, reliable den away from tech companies? wah.su is all about providing a safe and stable environment for your projects.">
<meta name="keywords" content="wah.su, radiquum, invite-only, hosting"> <meta name="keywords" content="wah.su, radiquum, invite-only, hosting">
<meta name="author" content="@radiquum">
<!-- Twitter Card data --> <!-- Twitter Card data -->
<meta name="twitter:card" content="summary"> <meta name="twitter:card" content="summary">
<meta name="twitter:site" content="https://home.wah.su/"> <meta name="twitter:site" content="https://home.wah.su/privacy.html">
<meta name="twitter:title" content="wah.su"> <meta name="twitter:title" content="wah.su | Privacy Policy">
<meta name="twitter:description" <meta name="twitter:description" content="Privacy Policy for wah.su.">
content="Looking for a cozy, reliable den away from tech companies? wah.su is all about providing a safe and stable environment for your projects.">
<meta name="twitter:image" content="https://home.wah.su/public/preview.png"> <meta name="twitter:image" content="https://home.wah.su/public/preview.png">
<!-- Open Graph data --> <!-- Open Graph data -->
<meta property="og:title" content="wah.su" /> <meta property="og:title" content="wah.su | Privacy Policy" />
<meta property="og:type" content="website" /> <meta property="og:type" content="website" />
<meta property="og:url" content="https://home.wah.su/" /> <meta property="og:url" content="https://home.wah.su/privacy.html" />
<meta property="og:image" content="https://home.wah.su/public/preview.png" /> <meta property="og:image" content="https://home.wah.su/public/preview.png" />
<meta property="og:description" <meta property="og:description" content="Privacy Policy for wah.su." />
content="Looking for a cozy, reliable den away from tech companies? wah.su is all about providing a safe and stable environment for your projects." />
</head> </head>
<body class="light dark:bg-slate-900" id="body"> <body class="light dark:bg-slate-900" id="body">