-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
executable file
·53 lines (52 loc) · 1.67 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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta property="og:title" content="maubot"/>
<meta property="og:description" content="A plugin-based Matrix bot system written in Python."/>
<meta property="og:url" content="https://maubot.xyz/"/>
<meta property="og:image" content="https://maubot.xyz/favicon.png"/>
<link rel="icon" href="/favicon.png">
<link href='https://fonts.googleapis.com/css?family=Raleway:400,700' rel='stylesheet' type='text/css'>
<style>
body {
text-align: center;
font-family: "Raleway", "Roboto", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif
}
h1 { margin-top: 10vh }
div { display: inline-block }
table { vertical-align: middle }
tr:hover { background-color: #DDD }
td { padding: .5rem }
</style>
<title>maubot</title>
</head>
<body>
<h1>maubot</h1>
<div>
<table cellspacing="0">
<tr>
<td><b>GitHub</b></td>
<td><a href="https://github.com/maubot/maubot">maubot/maubot</a></td>
</tr>
<tr>
<td><b>GitLab (CI)</b></td>
<td><a href="https://mau.dev/maubot">mau.dev/maubot</a></td>
</tr>
<tr>
<td><b>Matrix</b></td>
<td><a href="https://matrix.to/#/#maubot:maunium.net">#maubot:maunium.net</a></td>
</tr>
<tr>
<td><b>Documentation</b></td>
<td><a href="https://docs.mau.fi/maubot/">docs.mau.fi/maubot</a></td>
</tr>
<tr>
<td><b>Plugin list</b></td>
<td><a href="https://plugins.maubot.xyz/">plugins.maubot.xyz</a></td>
</tr>
</table>
</div>
</body>
</html>