-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjoin.html
More file actions
26 lines (26 loc) · 961 Bytes
/
join.html
File metadata and controls
26 lines (26 loc) · 961 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="join.css">
<title>Join ESIHub</title>
</head>
<body>
<div class="container">
<div class="container-green">
<div class="title">ESIHUB</div>
<div class="subtitle">Join ESIHub organisation in Github</div>
<div class="dotted"></div>
<a href="https://github.com/login/oauth/authorize?client_id=4b075558ec649cd31f71&
redirect_uri=https://hubesi.github.io/join&scope=user:email&allow_signup=false"
class="github">
Sign in with github account <img src="Octicons-mark-github.svg" alt="">
</a>
<div class="alert" id="join-with-gh"></div>
</div>
</div>
<script src="script.js"></script>
</body>
</html>