class Index { constructor() {} async Main() { return { html: `

Welcome to Cosmic!

Please read the README.md

`, meta: { keywords: 'Cosmic', description: 'Welcome to Cosmic!' } } } } module.exports = (x) => {return new Index(x)}