I do code,
I love code
Hi Visitor, I’m Rian, a Software Development enthusiast that focuses on Web Development. I’ve been working as Software Engineer for more than 3 years. Currently I’m working as a Web Engineer for Geniebook.
import styles from '../styles/Header.module.css';import images from '../images/logo.png'; export default function Header() { return ( <div className={styles.container}> <div className={styles.brand}> <img src={image} alt="rookino.com" /> </div> </div> )}