Commit a37e0eab authored by jin.tang's avatar jin.tang :art:
Browse files

initialize project

parent b08f7e5f
No related merge requests found
Showing with 14 additions and 0 deletions
+14 -0
.title {
background: rgb(121, 187, 242);
}
pages/home.js 0 → 100644
import React from 'react';
import styles from './home.css';
export default function Page() {
return (
<div>
<h1 className={styles.title}>Page home</h1>
</div>
);
}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment