-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
75 lines (70 loc) · 1.64 KB
/
index.html
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Aha - Feish Webhooku" />
<meta
name="keywords"
content="AhaClub,Aha,Github,Webhook,feishu,Feishu,lark,Lark"
/>
<title>Aha Feishu-Github-bot</title>
<style lang="css">
body {
background-color: coral;
}
h1 {
text-align: left;
width: 600px;
margin: 6% auto;
}
div {
width: 60%;
text-align: left;
}
h4 {
font-size: xx-large;
padding: 0;
margin: auto;
margin-top: 10%;
}
p {
font-size: large;
}
</style>
</head>
<body>
<h1>
<br />
<a
href="https://github.com/ahaclub/github-webhook-feishu"
target="_blank"
rel="noopener noreferrer"
>
🎉 Aha Feishu-bot</a
>
at your service
<div>
<h4>How to use?</h4>
<p>1. Add a bot in a feishu group</p>
<p>2. Copy the bot webhook url</p>
<p>
3. Concatenate as url:
https://githubbot.ahaclub.net/feishu?url={your-feishu-bot-webhook-url}
</p>
<p>4. Open a github repo setting page and add the url to webhook</p>
<h4>About Aha?</h4>
<p>
Visit our website
<a
href="https://www.ahaclub.net"
target="_blank"
rel="noopener noreferrer"
>Ahaclub.net</a
>
to learn more about us.
</p>
</div>
</h1>
</body>
</html>