diff options
| author | 8cy <[email protected]> | 2020-06-07 00:52:54 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-06-07 00:52:54 -0700 |
| commit | 05e951334be0dea5c50d9f0aa3ffb846d5e815f9 (patch) | |
| tree | 3a2aa183330c767420cd27ef3637be7112358483 /discord/bots | |
| parent | change twitter url on home (diff) | |
| download | kyzer.co-admin-05e951334be0dea5c50d9f0aa3ffb846d5e815f9.tar.xz kyzer.co-admin-05e951334be0dea5c50d9f0aa3ffb846d5e815f9.zip | |
formatting
Diffstat (limited to 'discord/bots')
| -rw-r--r-- | discord/bots/uwufier/index.html | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/discord/bots/uwufier/index.html b/discord/bots/uwufier/index.html index 2e756b1..b75ea58 100644 --- a/discord/bots/uwufier/index.html +++ b/discord/bots/uwufier/index.html @@ -19,6 +19,43 @@ shard: 'https://e.widgetbot.io' }) </script> + <!-- Site metadata --> + <meta name="description" content="Uwufier - Home"> + <meta property="og:description" content="Uwufier - Home"> + <meta property="og:title" content="Uwufier - Home"> + <meta property="twitter:card" content="summary"> + <meta property="twitter:site" content="@9inny"> + <meta property="og:image" content=""> + <meta property="og:url" content="https://kyzer.co/discord/bots/uwufier/"> + <link rel="apple-touch-icon" sizes="128x128" href="/favicon.jpg"> + <link rel="icon" type="image/jpg" href="/favicon.jpg" sizes="128x128"> + <link rel="canonical" href="https://kyzer.co/discord/bots/uwufier/"> + <link rel="author" href="humans.txt" /> + <!-- Schema.org Stuff --> + <script type="application/ld+json"> + { + "name": "s1nical", + "alternateName": "s1n", + "description": "Uwufier - Home", + "headline": "Uwufier - Home", + "url": "https://kyzer.co/discord/bots/uwufier/", + "image": "", + "sameAs": [ + "https://twitter.com/9inny", + "https://github.com/8cy", + "https://www.reddit.com/user/s1nical/" + ], + "publisher": { + "@type": "Organization", + "logo": { + "@type": "ImageObject", + "url": "" + } + }, + "@type": "WebSite", + "@context": "http://schema.org" + } + </script> </head> <body> <nav class="navbar navbar-expand-lg bg-transparent hideme" id="navbar-remove"> |