| 12345678910111213141516 |
- import Head from 'next/head'
- import styles from '../styles/Layout.module.css'
- const temp4 = () => {
- return (
- <div className={styles.container}>
- <Head>
- <title> Page 6</title>
- <meta name='keywords' content='hawkband,texas bands, pflugervile bands'/>
- </Head>
- <h1>page temp 4</h1>
- </div>
- )
- }
- export default temp4
|