Created
May 16, 2017 21:13
-
-
Save orels1/3948f0d2fd649e1211446ce16850401a to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<!Doctype html> | |
<html> | |
<head> | |
<title>Discord Token Generator</title> | |
<style> | |
.container { | |
display: flex; | |
width: 100%; | |
padding: 40px 0; | |
align-items: center; | |
justify-content: center; | |
} | |
.container a { | |
background: #7289DA; | |
padding: 0 20px; | |
line-height: 35px; | |
color: #fff; | |
font-family: 'Helvetica', 'Arial', sans-sefir; | |
font-size: 20px; | |
display: block; | |
text-decoration: none; | |
border-radius: 3px; | |
} | |
</style> | |
</head> | |
<body> | |
<div class="container"> | |
<a href="/api/discord/login">Login through discord</a> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment