forked from trutzig89182/Mastodon-Sociologists
-
Notifications
You must be signed in to change notification settings - Fork 4
/
tootformat.html
30 lines (24 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
<!DOCTYPE html>
<html>
<head>
<title>Sociologists on Mastodon</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<script src="assets/js/jquery-3.6.1.min.js"></script>
<!-- <link rel="stylesheet" href="assets/css/main.css"></link> -->
</head>
<body>
<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>
<p id="list_for_mastodon">
</p>
<hr>
<p>
<small>
<i>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>.</i>
</small>
</p>
<script src="assets/js/papaparse.min.js"></script>
<script src="assets/js/accountsfortoots.js"></script>
</body>
</html>