2018-03-13 05:16:52 +00:00
|
|
|
<HiddenFromSSR>
|
|
|
|
<footer>
|
|
|
|
<p>
|
|
|
|
Pinafore is <ExternalLink href="https://github.com/nolanlawson/pinafore">open-source software</ExternalLink>
|
|
|
|
created by <ExternalLink href="https://nolanlawson.com">Nolan Lawson</ExternalLink> and distributed under the
|
|
|
|
<ExternalLink href="https://github.com/nolanlawson/pinafore/blob/master/LICENSE">AGPL License</ExternalLink>.
|
2019-03-05 07:18:21 +00:00
|
|
|
Here is the <a href="/settings/about#privacy-policy" rel="prefetch">privacy policy</a>.
|
2018-03-13 05:16:52 +00:00
|
|
|
</p>
|
|
|
|
</footer>
|
|
|
|
</HiddenFromSSR>
|
|
|
|
<script>
|
|
|
|
import HiddenFromSSR from './HiddenFromSSR.html'
|
|
|
|
import ExternalLink from './ExternalLink.html'
|
|
|
|
|
|
|
|
export default {
|
|
|
|
components: {
|
|
|
|
HiddenFromSSR,
|
|
|
|
ExternalLink
|
|
|
|
}
|
|
|
|
}
|
2019-03-05 07:18:21 +00:00
|
|
|
</script>
|