rss-to-activitypub/views/home.pug
Darius Kazemi 92a37d60e1 Include more context on rendered pages
We now provide a link back to the tool from user pages as well as a link to the source code. Fixes #14.
2019-02-23 20:37:24 -08:00

12 lines
528 B
Plaintext

html
head
<meta name="viewport" content="width=device-width, initial-scale=1">
title Feed Converter
style
include style.css
body
h1 RSS to ActivityPub Converter
p.account by <a href="https://friend.camp/@darius">Darius Kazemi</a>
p This is a service to convert any RSS feed into an account that Mastodon (or any other ActivityPub social network) can subscribe to. <a href="https://github.com/dariusk/rss-to-activitypub/">Source code here</a>.
p <a href="/convert/">Click here to start!</a>