Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
jin.tang
Jin Intern Project
Commits
a37e0eab
Commit
a37e0eab
authored
3 years ago
by
jin.tang
Browse files
Options
Download
Patches
Plain Diff
initialize project
parent
b08f7e5f
master
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pages/home.css
+4
-0
pages/home.css
pages/home.js
+10
-0
pages/home.js
with
14 additions
and
0 deletions
+14
-0
pages/home.css
0 → 100644
+
4
−
0
View file @
a37e0eab
.title
{
background
:
rgb
(
121
,
187
,
242
);
}
This diff is collapsed.
Click to expand it.
pages/home.js
0 → 100644
+
10
−
0
View file @
a37e0eab
import
React
from
'
react
'
;
import
styles
from
'
./home.css
'
;
export
default
function
Page
()
{
return
(
<
div
>
<
h1
className
=
{
styles
.
title
}
>
Page
home
<
/h1
>
<
/div
>
);
}
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets