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
da18934d
Commit
da18934d
authored
Feb 11, 2023
by
Chunchi Che
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update login page
parent
b592a0e2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
4 deletions
+9
-4
assets/mycard.icon.png
assets/mycard.icon.png
+0
-0
src/ui/JoinRoom.tsx
src/ui/JoinRoom.tsx
+9
-4
No files found.
assets/mycard.icon.png
0 → 100644
View file @
da18934d
24.4 KB
src/ui/JoinRoom.tsx
View file @
da18934d
...
@@ -43,10 +43,10 @@ export default function JoinRoom() {
...
@@ -43,10 +43,10 @@ export default function JoinRoom() {
onChange=
{
handlePlayerChange
}
onChange=
{
handlePlayerChange
}
required
required
/>
/>
<
span
className=
"fa
fa-us
er"
></
span
>
<
span
className=
"fa
-solid fa-serv
er"
></
span
>
<
Input
<
Input
type=
"text"
type=
"text"
placeholder=
"
Ip And Port
"
placeholder=
"
Server
"
value=
{
ip
}
value=
{
ip
}
onChange=
{
handleIpChange
}
onChange=
{
handleIpChange
}
required
required
...
@@ -65,7 +65,7 @@ export default function JoinRoom() {
...
@@ -65,7 +65,7 @@ export default function JoinRoom() {
</
div
>
</
div
>
<
div
className=
"sign-up__actions clearfix"
>
<
div
className=
"sign-up__actions clearfix"
>
<
p
>
<
p
>
Don't know how to play?
<
a
href=
"
/sign-up
"
>
Player Guide
</
a
>
Don't know how to play?
<
a
href=
"
https://neos.doc/
"
>
Player Guide
</
a
>
<
span
className=
"fa fa-arrow-right"
></
span
>
<
span
className=
"fa fa-arrow-right"
></
span
>
</
p
>
</
p
>
</
div
>
</
div
>
...
@@ -84,7 +84,12 @@ export default function JoinRoom() {
...
@@ -84,7 +84,12 @@ export default function JoinRoom() {
></
a
>
></
a
>
</
li
>
</
li
>
<
li
>
<
li
>
<
a
onClick=
{
()
=>
{}
}
className=
"link link-facebook"
></
a
>
<
a
href=
"https://mycard.moe/"
>
<
img
src=
"./assets/mycard.icon.png"
style=
{
{
width
:
"
25%
"
}
}
/>
</
a
>
</
li
>
<
li
>
<
a
className=
"fa-brands fa-discord"
></
a
>
</
li
>
</
li
>
</
ul
>
</
ul
>
</
div
>
</
div
>
...
...
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