mirror of https://github.com/calexil/BansheeBot
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
1.2 KiB
37 lines
1.2 KiB
<!DOCTYPE html> |
|
<html lang="en"> |
|
<head> |
|
<meta charset="UTF-8"> |
|
<link rel="shortcut icon" href="favicon.ico"> |
|
<title>BansheeBot</title> |
|
<style> |
|
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Playfair+Display:400,400i'); |
|
body, html { |
|
font-family: 'Open Sans', sans-serif; |
|
position: relative; |
|
overflow: hidden; |
|
height: 100%; |
|
margin: 0; |
|
} |
|
#text { |
|
transform: translateY(-50%); |
|
text-align: center; |
|
position: relative; |
|
top: 50%; |
|
} |
|
h1 { |
|
font-family: 'Playfair Display', serif; |
|
font-weight: normal; |
|
font-size: 300%; |
|
} |
|
</style> |
|
</head> |
|
<body> |
|
<div id="text"> |
|
<h1>Hello, I'm <i>BansheeBot</i>.</h1> |
|
<div id="icon"><img src="https://u.teknik.io/w0a8W.png" alt="icon"></div> |
|
<p>You can read more about me on <a href="https://github.com/calexil/BansheeBot">my GitHub page</a>.</p> |
|
<p><a href="https://discordapp.com/oauth2/authorize?client_id=398220000646660106&scope=bot&permissions=0">Invite me to your server</a></p> |
|
</div> |
|
</body> |
|
</html>
|
|
|