Skip to content

Instantly share code, notes, and snippets.

@orels1
Created May 16, 2017 21:13
Show Gist options
  • Save orels1/3948f0d2fd649e1211446ce16850401a to your computer and use it in GitHub Desktop.
Save orels1/3948f0d2fd649e1211446ce16850401a to your computer and use it in GitHub Desktop.
<!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