Toggle navigation
Toggle navigation
This project
Loading...
Sign in
이재용
/
TFT_My_Galaxy
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
이재용
2020-06-29 14:00:37 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
03c8ec2b833a2503512f54e56338a90a97bf80f9
03c8ec2b
1 parent
5fad412d
TITLE 변경 및 버튼 위치 개선
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
TFT_My_Galaxy/views/main.ejs
TFT_My_Galaxy/views/main.ejs
View file @
03c8ec2
...
...
@@ -2,7 +2,7 @@
<html>
<head>
<meta
charset=
"utf-8"
>
<title>
<
%= title %>
</title>
<title>
"TFT-MY-GALAXY"
</title>
<link
rel=
"icon"
href =
"DUDUDUNGA.PNG"
>
<link
rel=
"stylesheet"
href=
"css/style.css"
>
<link
rel=
"stylesheet"
href=
"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css"
>
...
...
@@ -42,15 +42,15 @@
<body>
<div
class=
"imgOpacity"
>
<div
class=
"center"
>
<img
src=
"DUDUDUNGA.PNG"
width =
300,
height =
3
00/
>
<img
src=
"DUDUDUNGA.PNG"
width =
500,
height =
2
00/
>
</div>
<div
class=
"center2"
>
<input
type=
"text"
class=
"input_text"
placeholder=
"소환사 이름"
>
<span
class=
"input-group-btn"
>
<button
id=
"searchButton"
class=
"btn btn-primary"
type=
"button"
>
click!
</button>
</span>
<input
type=
"text"
class=
"input_text"
placeholder=
"소환사 이름"
style=
"padding-left:100px"
>
</div>
<ul
id=
"resultData"
style=
"margin-top:100px"
></ul>
<div
class=
"center3"
>
<button
id=
"searchButton"
class=
"btn btn-primary"
type=
"button"
>
click!
</button>
</div>
<center><ul
id=
"resultData"
style=
"margin-top:100px"
></ul></center>
</div>
</body>
</html>
...
...
Please
register
or
login
to post a comment