UNPKG

react-static

Version:

A progressive static site generator for React

11 lines (9 loc) 242 B
import React from 'react' // import logoImg from '../logo.png' export default () => ( <div> <h1 style={{ textAlign: 'center' }}>Welcome to</h1> <img src={logoImg} alt="" style={{ display: 'block', margin: '0 auto' }} /> </div> )