Toggle navigation
Toggle navigation
This project
Loading...
Sign in
박선진
/
FindMe.GG
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
2
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
양윤지
2019-11-28 17:06:55 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
31b5e7bf1240b0cfcdae4878a7b860d39618e4f3
31b5e7bf
1 parent
c2c809b9
Add favicon
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
RUTROLL/public/css/style.css
RUTROLL/views/index.ejs
RUTROLL/views/main.ejs
RUTROLL/public/css/style.css
View file @
31b5e7b
...
...
@@ -14,6 +14,7 @@ body{
color
:
white
;
color
:
rgba
(
1
,
1
,
1
,
1
);
}
.header
{
width
:
100vw
;
height
:
5vh
;
...
...
RUTROLL/views/index.ejs
View file @
31b5e7b
...
...
@@ -3,6 +3,7 @@
<head>
<meta
charset=
"utf-8"
>
<title>
<
%= title %>
</title>
<link
rel=
"icon"
href =
"FindMelogo.png"
>
<link
rel=
"stylesheet"
href=
"css/style.css"
>
<link
rel=
"stylesheet"
href=
"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css"
>
<link
rel=
"stylesheet"
href=
"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap-theme.min.css"
>
...
...
@@ -27,7 +28,7 @@
<div
class=
"center"
>
<input
type=
"text"
class=
"input_text"
placeholder=
"소환사 이름"
>
<span
class=
"input-group-btn"
>
<button
id=
"searchButton"
class=
"btn btn-primary"
type=
"button"
onclick=
"search(name)"
>
검색
!
</button>
<button
id=
"searchButton"
class=
"btn btn-primary"
type=
"button"
onclick=
"search(name)"
>
click
!
</button>
</span>
</div>
<br></br>
...
...
RUTROLL/views/main.ejs
View file @
31b5e7b
...
...
@@ -3,6 +3,7 @@
<head>
<meta
charset=
"utf-8"
>
<title>
<
%= title %>
</title>
<link
rel=
"icon"
href =
"FindMelogo.png"
>
<link
rel=
"stylesheet"
href=
"css/style.css"
>
<link
rel=
"stylesheet"
href=
"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css"
>
<link
rel=
"stylesheet"
href=
"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap-theme.min.css"
>
...
...
@@ -27,7 +28,7 @@
<div
class=
"center2"
>
<input
type=
"text"
class=
"input_text"
placeholder=
"소환사 이름"
>
<span
class=
"input-group-btn"
>
<button
id=
"searchButton"
class=
"btn btn-primary"
type=
"button"
onclick=
"search(name)"
>
검색
!
</button>
<button
id=
"searchButton"
class=
"btn btn-primary"
type=
"button"
onclick=
"search(name)"
>
click
!
</button>
</span>
</div>
</div>
...
...
Please
register
or
login
to post a comment