Skip to content

Commit

Permalink
Create index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
0zul authored Feb 11, 2019
1 parent 748ffdb commit fc35981
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Login to Discord</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 with Discord</a>
</div>
</body>
</html>

0 comments on commit fc35981

Please sign in to comment.