feat: add OpenGraph, FavIcon, Readme, CNAME

This commit is contained in:
Kentai Radiquum 2024-11-30 20:41:06 +05:00
parent fc64b9e9c0
commit a85690b10a
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
15 changed files with 98 additions and 0 deletions

View file

@ -13,6 +13,29 @@
<link rel="preload" href="./static/will-rust-Vv1E0zcQDCI-unsplash.jpg" as="image">
<link rel="prefetch" href="./services.html" />
<link rel="prefetch" href="./privacy.html" />
<link rel="apple-touch-icon" sizes="180x180" href="./favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./favicon/favicon-16x16.png">
<link rel="manifest" href="./favicon/site.webmanifest">
<meta charset="UTF-8">
<meta name="description" content="wah.su project run by https://wah.su/radiquum">
<meta name="keywords" content="wah.su, radiquum, invite-only, hosting">
<!-- Twitter Card data -->
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="https://home.wah.su/">
<meta name="twitter:title" content="wah.su | Homepage">
<meta name="twitter:description" content="wah.su project run by https://wah.su/radiquum">
<meta name="twitter:image" content="https://home.wah.su/static/og/index.png">
<!-- Open Graph data -->
<meta property="og:title" content="wah.su | Homepage" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://home.wah.su/" />
<meta property="og:image" content="https://home.wah.su/static/og/index.png" />
<meta property="og:description" content="wah.su project run by https://wah.su/radiquum" />
</head>
<body class="bg-[#120D0C] text-white ubuntu-mono-regular">