// I M P O R T S import { html, raw } from 'hono/html' // E X P O R T export default () => html`

${raw(example1())}
`; // H E L P E R S function example1() { return html` lbry://
`; } function navigation() { return html`
  • Get details of media (aka, "claim" metadata)
  • Create a meme and upload it to the LBRY blockchain
  • Support creators on LBRY with a tip, on us!
  • `; }