Skip to content

Commit 7996893

Browse files
committed
feat(discord): added opengraph meta tags
1 parent 5a788f8 commit 7996893

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

discord/index.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
11
<!DOCTYPE html>
22
<html>
33
<script>window.location.replace("https://discord.com/invite/nhdwbSz");</script>
4+
<html prefix="og: https://ogp.me/ns#">
45
<head>
56
<meta charset="utf-8">
67
<meta name="viewport" content="width=device-width, initial-scale=1">
7-
<title>RLBot</title>
8+
9+
<title>RLBot Discord</title>
10+
11+
<meta property="og:title" content="RLBot Discord - Join us!" />
12+
<meta property="og:type" content="website" />
13+
<meta property="og:url" content="https://discord.com/invite/nhdwbSz" />
14+
<meta property="og:image" content="../invite-background.png" />
15+
<meta property="og:description"
16+
content="Creating custom bots to play Rocket League, programmers and avid fans are welcome! This server is the heart of this community, join us!" />
17+
818
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css"
919
integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
1020
<link rel="stylesheet" href="../css/style.css">

invite-background.png

2.76 MB
Loading

0 commit comments

Comments
 (0)