Showing
2 changed files
with
8 additions
and
2 deletions
| ... | @@ -3,7 +3,7 @@ var router = express.Router(); | ... | @@ -3,7 +3,7 @@ var router = express.Router(); |
| 3 | 3 | ||
| 4 | /* GET home page. */ | 4 | /* GET home page. */ |
| 5 | router.get('/', function(req, res, next) { | 5 | router.get('/', function(req, res, next) { |
| 6 | - res.render('index', { title: 'Express' }); | 6 | + res.render('index', { title: '니툰내툰'}); |
| 7 | }); | 7 | }); |
| 8 | 8 | ||
| 9 | module.exports = router; | 9 | module.exports = router; | ... | ... |
| ... | @@ -6,6 +6,12 @@ | ... | @@ -6,6 +6,12 @@ |
| 6 | </head> | 6 | </head> |
| 7 | <body> | 7 | <body> |
| 8 | <h1><%= title %></h1> | 8 | <h1><%= title %></h1> |
| 9 | - <p>Welcome to <%= title %></p> | 9 | + <p><%= title %></p> |
| 10 | + <tbody> | ||
| 11 | + <th>name</th> | ||
| 12 | + <th>zzzz</th> | ||
| 13 | + <tr> | ||
| 14 | + </tr> | ||
| 15 | + </tbody> | ||
| 10 | </body> | 16 | </body> |
| 11 | </html> | 17 | </html> | ... | ... |
-
Please register or login to post a comment