mirror of
https://github.com/wah-su/wah-su.github.io.git
synced 2025-04-09 01:34:40 +00:00
feat: add OpenGraph, FavIcon, Readme, CNAME
This commit is contained in:
parent
fc64b9e9c0
commit
a85690b10a
15 changed files with 98 additions and 0 deletions
1
CNAME
Normal file
1
CNAME
Normal file
|
@ -0,0 +1 @@
|
|||
home.wah.su
|
5
README.md
Normal file
5
README.md
Normal 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.
|
BIN
favicon/android-chrome-192x192.png
Normal file
BIN
favicon/android-chrome-192x192.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 10 KiB |
BIN
favicon/android-chrome-512x512.png
Normal file
BIN
favicon/android-chrome-512x512.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 40 KiB |
BIN
favicon/apple-touch-icon.png
Normal file
BIN
favicon/apple-touch-icon.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 9.3 KiB |
BIN
favicon/favicon-16x16.png
Normal file
BIN
favicon/favicon-16x16.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 550 B |
BIN
favicon/favicon-32x32.png
Normal file
BIN
favicon/favicon-32x32.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 1.2 KiB |
BIN
favicon/favicon.ico
Normal file
BIN
favicon/favicon.ico
Normal file
Binary file not shown.
After Width: 48px | Height: 48px | Size: 15 KiB |
19
favicon/site.webmanifest
Normal file
19
favicon/site.webmanifest
Normal 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"
|
||||
}
|
23
index.html
23
index.html
|
@ -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">
|
||||
|
|
25
privacy.html
25
privacy.html
|
@ -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">
|
||||
|
|
|
@ -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
BIN
static/og/index.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 29 KiB |
BIN
static/og/privacy.png
Normal file
BIN
static/og/privacy.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 36 KiB |
BIN
static/og/services.png
Normal file
BIN
static/og/services.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 37 KiB |
Loading…
Add table
Reference in a new issue