mirror of
https://github.com/dariusk/rss-to-activitypub.git
synced 2024-11-22 09:19:19 +02:00
add reminder about how feeds work
This commit is contained in:
parent
92a37d60e1
commit
4888db441c
|
@ -40,6 +40,7 @@
|
||||||
<p>
|
<p>
|
||||||
<input id="username" type="text" placeholder="username"/><br><span class="hint">only letters, digits, and underscore (_) allowed</span>
|
<input id="username" type="text" placeholder="username"/><br><span class="hint">only letters, digits, and underscore (_) allowed</span>
|
||||||
</p>
|
</p>
|
||||||
|
<p>Reminder: you won't see any posts on the account until the RSS feed updates at least once!</p>
|
||||||
<button onclick="submit()">Submit</button>
|
<button onclick="submit()">Submit</button>
|
||||||
<div id="out">
|
<div id="out">
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue