mirror of
https://github.com/ION606/selmer-bot-website.git
synced 2026-05-14 22:16:54 +00:00
Added Discord embed support (preview)
This commit is contained in:
+11
@@ -4,6 +4,17 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
|
||||||
|
<!-- Discord embed start -->
|
||||||
|
<title>Website Name</title>
|
||||||
|
<meta content="Selmer Bot Web Dashboard" property="og:title" />
|
||||||
|
<meta content="A web dashboard for Selmer Bot (still in Beta)" property="og:description" />
|
||||||
|
<meta content="https://www.selmerbot.com" property="og:url" />
|
||||||
|
<meta content="https://raw.githubusercontent.com/ION606/selmer-bot-website/main/assets/favicon.ico" property="og:image" />
|
||||||
|
<meta content="#050089" data-react-helmet="true" name="theme-color" />
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
|
<!-- Discord embed end -->
|
||||||
|
|
||||||
<title>Selmer Bot Web Dashboard</title>
|
<title>Selmer Bot Web Dashboard</title>
|
||||||
|
|
||||||
<link rel="shortcut icon" href="https://github.com/ION606/selmer-bot-website/blob/main/assets/favicon.ico?raw=true" type="image/x-icon">
|
<link rel="shortcut icon" href="https://github.com/ION606/selmer-bot-website/blob/main/assets/favicon.ico?raw=true" type="image/x-icon">
|
||||||
|
|||||||
Reference in New Issue
Block a user