mirror of
https://codeberg.org/privacy1st/MastodonTootFollower
synced 2024-12-22 23:06:05 +01:00
add link to source code
This commit is contained in:
parent
474cd6603f
commit
f4f6541fbb
@ -11,6 +11,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
|
||||
<h1>MastodonTootFollower</h1>
|
||||
<p>
|
||||
In the following you can generate a link to follow a conversation on Mastodon.
|
||||
@ -46,6 +47,8 @@
|
||||
</li>
|
||||
</ul>
|
||||
<p>Generated link: <a href="https://localhost:443" id="href1"></a></p>
|
||||
<p></p>
|
||||
<p><a href="https://codeberg.org/privacy1st/MastodonTootFollower">Source Code</a> of this project.</p>
|
||||
|
||||
</main>
|
||||
<script src="{{ url_for('static', filename='index.js') }}"></script>
|
||||
|
@ -10,10 +10,10 @@
|
||||
<link rel="icon" href="{{ url_for('static', filename='favicon.png') }}" type="image/x-icon">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h1>News from the conversation</h1>
|
||||
<p>List of changes from the conversation since your last visit.</p>
|
||||
<table class="styled-table">
|
||||
<main>
|
||||
<h1>News from the conversation</h1>
|
||||
<p>List of changes from the conversation since your last visit.</p>
|
||||
<table class="styled-table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Date</th>
|
||||
@ -30,7 +30,7 @@
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</table>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user