Update index.html

This commit is contained in:
Lucas 2021-09-17 17:00:11 -03:00 committed by GitHub
parent 737bbaee42
commit 5bb7fa53e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@
<h1>📔 picopub.txt</h1>
<p>An interface for publishing microblogposts to your selfhosted twtxt.txt</p>
<p>A twtxt/picoblog feed generator</p>
<form method="POST" class="column" action="config.php">
<input type="text" name="new_post" autofocus placeholder="Write you twtxt post here">
@ -82,7 +82,7 @@
<iframe src="twtxt.php" height="450"></iframe>
<div id="clear"><a href="clean.php">Clean</a></div>
<footer>based on <a href="https://darch.dk/phpub2twtxt">phpub2twtxt</a><br> maintained by <a href="https://lucas.koyu.space">luqaska</a> @ <a href="https://github.com/luqaska/picopub">github</a></footer><br>
<footer>based on <a href="https://darch.dk/phpub2twtxt">phpub2twtxt</a><br> maintained by <a href="https://lucas.koyu.space">luqaska</a> @ <a href="https://github.com/beikvarg/picopub">github</a></footer><br>
</body>
</html>