mirror of
https://github.com/wah-su/wah-su.github.io.git
synced 2025-05-25 06:09:35 +05: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
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue