import styles from './index.module.css'; export const meta = () => { return [ { title: 'Silphius', }, { name: 'description', content: 'Silphius is an action RPG and homestead simulator', }, ]; }; export default function Index() { return (

Silphius

); }