mirror of https://github.com/calexil/BansheeBot
1 changed files with 35 additions and 0 deletions
@ -0,0 +1,35 @@
@@ -0,0 +1,35 @@
|
||||
<!DOCTYPE html> |
||||
<html lang="en"> |
||||
<head> |
||||
<meta charset="UTF-8"> |
||||
<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> |
||||
<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> |
Loading…
Reference in new issue