Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibbs64 authored Nov 13, 2019
1 parent 7c446ca commit 359a911
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Discord Banners
This is a reference of all the official Discord banners for use on websites.

Replace the server ID with your own Discord server ID.<br>
Replace the server ID with your own Discord server ID.
This can be found in `Server Settings > Widget > Server ID`

## Shield
Expand All @@ -12,7 +12,7 @@ This can be found in `Server Settings > Widget > Server ID`
![Discord Shield](https://discordapp.com/api/guilds/[SERVER ID]/widget.png?style=shield)
```
### HTML
```
```html
<img src="https://discordapp.com/api/guilds/[SERVER ID]/widget.png?style=shield" alt="Discord Shield"/>
```
## Banner 1
Expand All @@ -23,7 +23,7 @@ This can be found in `Server Settings > Widget > Server ID`
![Discord Banner 1](https://discordapp.com/api/guilds/[SERVER ID]/widget.png?style=banner1)
```
### HTML
```
```html
<img src="https://discordapp.com/api/guilds/[SERVER ID]/widget.png?style=banner1" alt="Discord Banner 1"/>
```
## Banner 2
Expand All @@ -34,7 +34,7 @@ This can be found in `Server Settings > Widget > Server ID`
![Discord Banner 2](https://discordapp.com/api/guilds/[SERVER ID]/widget.png?style=banner2)
```
### HTML
```
```html
<img src="https://discordapp.com/api/guilds/[SERVER ID]/widget.png?style=banner2" alt="Discord Banner 2"/>
```
## Banner 3
Expand All @@ -45,7 +45,7 @@ This can be found in `Server Settings > Widget > Server ID`
![Discord Banner 3](https://discordapp.com/api/guilds/[SERVER ID]/widget.png?style=banner3)
```
### HTML
```
```html
<img src="https://discordapp.com/api/guilds/[SERVER ID]/widget.png?style=banner3" alt="Discord Banner 3"/>
```
## Banner 4
Expand All @@ -56,6 +56,6 @@ This can be found in `Server Settings > Widget > Server ID`
![Discord Banner 4](https://discordapp.com/api/guilds/[SERVER ID]/widget.png?style=banner4)
```
### HTML
```
```html
<img src="https://discordapp.com/api/guilds/[SERVER ID]/widget.png?style=banner4" alt="Discord Banner 4"/>
```

0 comments on commit 359a911

Please sign in to comment.