mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-01-31 09:09:00 +03:00
Add The Open Graph protocol support
Signed-off-by: mctaylors <cantsendmails@mctaylors.ru>
This commit is contained in:
parent
eeedd24fc9
commit
400b8acf58
2 changed files with 8 additions and 2 deletions
BIN
assets/png/octo.png
Normal file
BIN
assets/png/octo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 28 KiB |
10
index.html
10
index.html
|
@ -3,8 +3,14 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8"/>
|
<meta charset="UTF-8"/>
|
||||||
<meta name="viewport" content="initial-scale=0.75 user-scalable=no"/>
|
<meta name="viewport" content="initial-scale=0.75 user-scalable=no"/>
|
||||||
|
<meta property="og:site_name" content="TeamOctolings/Octobot"/>
|
||||||
|
<meta property="og:title" content="Octobot for Discord"/>
|
||||||
|
<meta property="og:description" content="A general-purpose Discord bot for moderation written by Team Octolings in C# and Remora.Discord"/>
|
||||||
|
<meta property="og:image" content="assets/png/octo.png"/>
|
||||||
|
|
||||||
<link rel="stylesheet" href="assets/css/styles.css"/>
|
<link rel="stylesheet" href="assets/css/styles.css"/>
|
||||||
<link rel="icon" href="assets/ico/octobot.ico"/>
|
<link rel="icon" href="assets/ico/octobot.ico"/>
|
||||||
|
|
||||||
<title>Octobot for Discord</title>
|
<title>Octobot for Discord</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
@ -23,11 +29,11 @@
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<div class="first card">
|
<div class="first card">
|
||||||
<div class="title">
|
<div class="title">
|
||||||
<img src="assets/ico/octobot.ico" alt="Octobot icon" draggable="false"/>
|
<img src="assets/png/octo.png" alt="Octobot icon" draggable="false"/>
|
||||||
<span class="highlight">Veemo!</span>
|
<span class="highlight">Veemo!</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="frame">
|
<div class="frame">
|
||||||
<span>I'm a general-purpose bot for moderation written by Team Octolings in C# and Remora.Discord!</span>
|
<span>I'm a general-purpose Discord bot for moderation written by Team Octolings in C# and Remora.Discord!</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="title">
|
<div class="title">
|
||||||
<img src="assets/png/mem-cake-sardinium.png" alt="Mem Cake (Sardinium)" draggable="false"/>
|
<img src="assets/png/mem-cake-sardinium.png" alt="Mem Cake (Sardinium)" draggable="false"/>
|
||||||
|
|
Loading…
Reference in a new issue