Toggle navigation
Toggle navigation
This project
Loading...
Sign in
SUJINKO(고수진)
/
abroad-checkup-project
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
SUJINKO(고수진)
2020-12-10 10:52:49 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
cbd8b57d364a8ad2b1e42a67e0b51290e42dff6c
cbd8b57d
1 parent
1b66bfe8
Upload new file
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
AbroadCheckUp/index.html
AbroadCheckUp/index.html
0 → 100644
View file @
cbd8b57
<!doctype html>
<html>
<head>
<title>
어디로 가시나요? 해외로검진표!
</title>
<meta
charset=
"utf-8"
>
</head>
<body>
<h1>
해외로검진표
</h1>
<p>
당신이 가고 싶은 곳, 지금 떠날 수 있을까요?
</p>
<form>
<div>
어디로 가시나요?
<br/>
<input
type
type=
"text"
name=
"3_destination"
value=
""
>
</div>
</form>
<div>
<div>
${queryParams.countryName}
</div>
</div>
</body>
</html>
\ No newline at end of file
Please
register
or
login
to post a comment