forked from trutzig89182/Mastodon-Sociologists
-
Notifications
You must be signed in to change notification settings - Fork 4
/
tootformat.html
34 lines (29 loc) · 1.09 KB
/
tootformat.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
<!DOCTYPE html>
<html>
<head>
<title>Sociologists on Mastodon</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="assets/css/main.css"></link>
<script src="assets/js/papaparse.min.js"></script>
<script src="assets/js/app.js"></script>
</head>
<body>
<div id="app">
<p>
This page renders the accounts from <a href="index.html">Sociologists on Mastodon</a> in a form which can better be included in Mastodon posts.
</p>
<ul id="user-list">
<!-- Container for the parsed accounts -->
</ul>
<hr>
<footer>
Brought to you by <a href="https://social.tchncs.de/@perspektivbrocken" target="_blank">David Adler</a>,
<a href="https://social.tchncs.de/@thhaase" target="_blank">Thomas Haase</a>
&
<a href="https://scholar.social/@hendrikerz" target="_blank">Hendrik Erz</a>.
In order to contribute please visit our
<a href="https://github.com/trutzig89182/Mastodon-Sociologists" target="_blank">GitHub-Repository</a>.
</footer>
</div>
</body>
</html>