Toggle navigation
Toggle navigation
This project
Loading...
Sign in
황지민
/
Corona_Dust
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
jimin
2020-06-24 01:38:28 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5258dee9951696ea646d3eb97b6abfd8bc5ba2e6
5258dee9
1 parent
6441ad76
new ejs
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
1 deletions
views/City_login.ejs
views/index.ejs
views/City_login.ejs
0 → 100644
View file @
5258dee
<!doctype html>
<html
lang=
"ko"
>
<head>
<meta
charset=
"utf-8"
>
<title>
HTML
</title>
<style>
*
{
font-size
:
16px
;
font-family
:
Consolas
,
sans-serif
;
}
</style>
</head>
<body>
<form>
<p><label>
지역이름 :
</label><input
type=
"text"
name=
"city"
placeholder=
"Input Name"
></p>
<p><input
type=
"submit"
value=
"Submit"
/></p>
</form>
</body>
</html>
\ No newline at end of file
views/index.ejs
View file @
5258dee
...
...
@@ -97,6 +97,6 @@
<img
src=
"dust_icon.jpg"
width =
300,
height =
300/
>
</div>
<div
id=
"container"
></div>
</body>
</body>
*
</html>
...
...
Please
register
or
login
to post a comment