File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change 7
7
5 . Node.js is born on 2009.
8
8
6 . The first form of npm is created 2010.
9
9
10
- # Day 1 : Hello world
10
+ ## Day 1 : Hello world
11
11
1 . Check the nodejs installation with version by.
12
12
``` ruby
13
13
node - v
@@ -272,26 +272,26 @@ you can see it in browser as.
272
272
273
273
<b>index.html </b>
274
274
```ruby
275
- html <br/ >
276
- title<br/ >
275
+ <html >
276
+ <title >
277
277
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 >
291
291
292
- /body<br/><br/ >
292
+ </body >
293
293
294
- /html<br/ >
294
+ </html >
295
295
```
296
296
8. Now include the middleware component in Index.js as below.
297
297
You can’t perform that action at this time.
0 commit comments