jimin

new ejs

<!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
......@@ -97,6 +97,6 @@
<img src= "dust_icon.jpg" width = 300, height = 300/>
</div>
<div id="container" ></div>
</body>
</body>*
</html>
......