mirror of
https://git.phreedom.club/localhost_frssoft/bloat.git
synced 2024-10-31 18:57:16 +00:00
Fix typo
This commit is contained in:
parent
8fd0322439
commit
65cd928041
2
README
2
README
|
@ -1,4 +1,4 @@
|
||||||
bloat - A web client for Mastodon Network[1]
|
bloat - A web client for Mastadon Network[1]
|
||||||
|
|
||||||
Features:
|
Features:
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,7 @@ client_website=http://127.0.0.1:8080
|
||||||
# Name of the client.
|
# Name of the client.
|
||||||
client_name=bloat
|
client_name=bloat
|
||||||
|
|
||||||
# Mastodon scopes used by the client.
|
# Mastadon scopes used by the client.
|
||||||
# See https://docs.joinmastodon.org/api/oauth-scopes/
|
# See https://docs.joinmastodon.org/api/oauth-scopes/
|
||||||
client_scope=read write follow
|
client_scope=read write follow
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<div class="page-title"> About </div>
|
<div class="page-title"> About </div>
|
||||||
<div>
|
<div>
|
||||||
<p>
|
<p>
|
||||||
A web client for <a href="https://pleroma.social" target="_blank">Mastodon Network</a>.
|
A web client for <a href="https://pleroma.social" target="_blank">Mastadon Network</a>.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
The source code is released under
|
The source code is released under
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
{{template "header.tmpl" (WithContext .CommonData $.Ctx)}}
|
{{template "header.tmpl" (WithContext .CommonData $.Ctx)}}
|
||||||
<div class="page-title"> Bloat </div>
|
<div class="page-title"> Bloat </div>
|
||||||
<div class="signin-desc">
|
<div class="signin-desc">
|
||||||
A web client for <a href="https://pleroma.social" target="_blank">Mastodon Network</a>.
|
A web client for <a href="https://pleroma.social" target="_blank">Mastadon Network</a>.
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<form class="signin-form" action="/signin" method="post">
|
<form class="signin-form" action="/signin" method="post">
|
||||||
|
|
Loading…
Reference in a new issue