File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 775 . Node.js is born on 2009.
886 . The first form of npm is created 2010.
99
10- # Day 1 : Hello world
10+ ## Day 1 : Hello world
11111 . Check the nodejs installation with version by.
1212``` ruby
1313node - v
@@ -272,26 +272,26 @@ you can see it in browser as.
272272
273273<b>index.html </b>
274274```ruby
275- html <br/ >
276- title<br/ >
275+ <html >
276+ <title >
277277 My static Page
278- /title<br/ >
279-
280- head<br/ >
281- link rel=" stylesheet" href=" / Css / style.css" <br/ >
282- /head<br/><br/ >
283-
284- body<br/ >
285- table<br/ >
286- tr<br/ >
287- td class=" tableBody" images about the timer control /td<br/ >
288- td img src=" / images/ iconfinder_tower_748987.png" width=100 /td<br/ >
289- /tr<br/ >
290- /table<br/><br/ >
278+ <title >
279+
280+ <head >
281+ < link rel=" stylesheet" href=" / Css / style.css" >
282+ </head >
283+
284+ <body >
285+ <table >
286+ <tr >
287+ < td class=" tableBody" images about the timer control </td >
288+ < td img src=" / images/ iconfinder_tower_748987.png" width=100 </td >
289+ </tr >
290+ </table >
291291
292- /body<br/><br/ >
292+ </body >
293293
294- /html<br/ >
294+ </html >
295295```
2962968. Now include the middleware component in Index.js as below.
297297
You can’t perform that action at this time.
0 commit comments