-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,25 @@ | ||
<!-- | ||
| Website designed by JstnLT (https://jstnlt.my.id) | ||
| This project is open source: https://github.com/JastinXyz/discord-bot-landing-page-web | ||
--> | ||
|
||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<meta name="description" content="Level up your Discord server with personalized welcomes, fun commands, powerful moderation, and awesome music experiences. Let's make your server shine!"> | ||
<meta name="keywords" content="Discord Bot, Snore, Welcomer, Leveling, Moderation, Music, Commands"> | ||
<meta name="robots" content="index, follow"> | ||
|
||
<title>Snore - a Discord Bot</title> | ||
<link rel="canonical" href="https://snorebot.com"> | ||
<link rel="stylesheet" href="assets/css/bulma.min.css" /> | ||
<link rel="stylesheet" href="assets/css/style.css" /> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/aos.css" /> | ||
<link rel="stylesheet" href="https://unpkg.com/tippy.js@6/animations/scale.css" /> | ||
<!-- Discord/Other Platforms --> | ||
|
||
<!-- Discord/Other Platforms --> | ||
<meta content="Snore - a Discord Bot" property="og:title"> | ||
<meta content="Level up your Discord server with personalized welcomes, fun commands, powerful moderation, and awesome music experiences. Let's make your server shine! " property="og:description"> | ||
<meta content="Snore" property="og:site_name"> | ||
|
@@ -20,6 +30,7 @@ | |
<meta name="twitter:title" content="Snore - a Discord Bot"> | ||
<meta name="twitter:description" content="Level up your Discord server with personalized welcomes, fun commands, powerful moderation, and awesome music experiences. Let's make your server shine!"> | ||
<meta name="twitter:image" content="https://snorebot.com/assets/img/hero.png"> | ||
|
||
|
||
<link | ||
rel="stylesheet" | ||
|