Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
N
Neos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
love_飞影
Neos
Commits
b592a0e2
Commit
b592a0e2
authored
Feb 11, 2023
by
Chunchi Che
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update login page
parent
010ac313
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
6 deletions
+16
-6
src/styles/core.scss
src/styles/core.scss
+2
-1
src/ui/JoinRoom.tsx
src/ui/JoinRoom.tsx
+14
-5
No files found.
src/styles/core.scss
View file @
b592a0e2
...
@@ -50,7 +50,8 @@ table {
...
@@ -50,7 +50,8 @@ table {
//
"alerts"
,
//
"alerts"
,
"header"
,
"header"
,
"login-form"
,
"login-form"
,
"sign-in"
;
"sign-in"
,
url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css")
;
// "loading";
// "loading";
...
...
src/ui/JoinRoom.tsx
View file @
b592a0e2
...
@@ -63,16 +63,25 @@ export default function JoinRoom() {
...
@@ -63,16 +63,25 @@ export default function JoinRoom() {
<
Input
type=
"submit"
value=
"Enter Room"
/>
<
Input
type=
"submit"
value=
"Enter Room"
/>
</
form
>
</
form
>
</
div
>
</
div
>
<
div
className=
"sign-up__actions clearfix"
>
<
p
>
Don't know how to play?
<
a
href=
"/sign-up"
>
Player Guide
</
a
>
<
span
className=
"fa fa-arrow-right"
></
span
>
</
p
>
</
div
>
<
div
className=
"sign-in__actions clearfix"
>
<
div
className=
"sign-in__actions clearfix"
>
<
ul
>
<
ul
>
<
li
>
<
li
>
<
a
onClick=
{
()
=>
{}
}
className=
"link link-github"
></
a
>
<
a
</
li
>
href=
"https://github.com/DarkNeos/neos-ts"
<
li
>
className=
"link link-github"
<
a
onClick=
{
()
=>
{}
}
className=
"link link-google"
></
a
>
></
a
>
</
li
>
</
li
>
<
li
>
<
li
>
<
a
onClick=
{
()
=>
{}
}
className=
"link link-twitter"
></
a
>
<
a
href=
"https://code.mycard.moe/mycard/Neos"
className=
"fa-brands fa-gitlab"
></
a
>
</
li
>
</
li
>
<
li
>
<
li
>
<
a
onClick=
{
()
=>
{}
}
className=
"link link-facebook"
></
a
>
<
a
onClick=
{
()
=>
{}
}
className=
"link link-facebook"
></
a
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment