-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstances.html
58 lines (53 loc) · 1.15 KB
/
instances.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<title>LightTube Instance List</title>
<link rel="stylesheet"
href="css/github-markdown.min.css"/>
<style>
.markdown-body {
max-width: 700px;
margin: 2rem auto;
}
@media screen and (max-width: 700px) {
.markdown-body {
margin: 2rem;
}
}
.markdown-body table {
margin: auto;
}
</style>
</head>
<body class="markdown-body">
<h1>LightTube Instance List</h1>
<table>
<thead>
<tr>
<th>Country</th>
<th>Host</th>
<th>API</th>
<th>Accounts</th>
<th>Proxy</th>
</tr>
</thead>
<tbody id="tbody">
<tr>
<td colspan="5" style="text-align: center" id="placeholder">
Please wait...
</td>
</tr>
</tbody>
</table>
<br>
<br>
<br>
<center>
<small>CSS by <a href="https://github.com/sindresorhus/github-markdown-css/">github-markdown-css</a> •
<a href="https://github.com/lighttube-org/website">Source Code</a>
</center>
<script src="js/instances.js"></script>
</body>
</html>