lbry.tech/app/components/developer-program.js

18 lines
264 B
JavaScript
Raw Normal View History

2019-02-12 00:47:01 +01:00
"use strict";
// I M P O R T
import html from "choo/html";
// E X P O R T
export default () => html`
<developer-program>
<p>If this sounds like you, <a href="#" class="no-smooth" id="get-started">get started here</a>!</p>
</developer-program>
`;