1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
import styles from "./footer.module.css"; export default async function Footer() { return ( <div className={styles.footer}> <p style={{ margin: 10 }}> <a href="https://stats.uptimerobot.com/Fxp7SE5Ll3" target="_new" > Status </a> <a href="https://github.com/real-zephex/Dramalama" target="_new" > Github </a> </p> </div> ); }