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

1
CNAME Normal file
View file

@ -0,0 +1 @@
home.wah.su

5
README.md Normal file
View file

@ -0,0 +1,5 @@
# homepage of wah.su
This repository contains a home page for a wah.su.
It is made using HTML, JS and Tailwind.

Binary file not shown.

After

(image error) Size: 10 KiB

Binary file not shown.

After

(image error) Size: 40 KiB

Binary file not shown.

After

(image error) Size: 9.3 KiB

BIN
favicon/favicon-16x16.png Normal file

Binary file not shown.

After

(image error) Size: 550 B

BIN
favicon/favicon-32x32.png Normal file

Binary file not shown.

After

(image error) Size: 1.2 KiB

BIN
favicon/favicon.ico Normal file

Binary file not shown.

After

Width: 48px  |  Height: 48px  |  Size: 15 KiB

19
favicon/site.webmanifest Normal file
View file

@ -0,0 +1,19 @@
{
"name": "",
"short_name": "",
"icons": [
{
"src": "/favicon/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/favicon/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}

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">

View file

@ -11,6 +11,31 @@
href="https://fonts.googleapis.com/css2?family=Ubuntu+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap"
rel="stylesheet"
/>
<link rel="prefetch" href="./index.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="">
<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/privacy.html">
<meta name="twitter:title" content="wah.su | Privacy Policy">
<meta name="twitter:description" content="Privacy Policy of wah.su">
<meta name="twitter:image" content="https://home.wah.su/static/og/privacy.png">
<!-- Open Graph data -->
<meta property="og:title" content="wah.su | Privacy Policy" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://home.wah.su/privacy.html" />
<meta property="og:image" content="https://home.wah.su/static/og/privacy.png" />
<meta property="og:description" content="Privacy Policy of wah.su" />
</head>
<body class="bg-[#120D0C] text-white ubuntu-mono-regular">

View file

@ -10,6 +10,31 @@
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Ubuntu+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap"
rel="stylesheet" />
<link rel="prefetch" href="./index.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="Services hosted at wah.su">
<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/services.html">
<meta name="twitter:title" content="wah.su | Services">
<meta name="twitter:description" content="Services hosted at wah.su">
<meta name="twitter:image" content="https://home.wah.su/static/og/services.png">
<!-- Open Graph data -->
<meta property="og:title" content="wah.su | Services" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://home.wah.su/services.html" />
<meta property="og:image" content="https://home.wah.su/static/og/services.png" />
<meta property="og:description" content="Services hosted at wah.su" />
</head>
<body class="bg-[#120D0C] text-white ubuntu-mono-regular">

BIN
static/og/index.png Normal file

Binary file not shown.

After

(image error) Size: 29 KiB

BIN
static/og/privacy.png Normal file

Binary file not shown.

After

(image error) Size: 36 KiB

BIN
static/og/services.png Normal file

Binary file not shown.

After

(image error) Size: 37 KiB