next.js/examples/with-mocha/pages/index.js
index.js13 lines179 B
export default function Home() {
  return (
    <div>
      <style jsx>{`
        p {
          color: red;
        }
      `}</style>
      <p>Hello World!</p>
    </div>
  );
}
Quest for Codev2.0.0
/
SIGN IN