Skip to content

Commit b730eb4

Browse files
Update README.md
1 parent 77e5095 commit b730eb4

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
5. Node.js is born on 2009.
88
6. The first form of npm is created 2010.
99

10-
# Day 1 : Hello world
10+
## Day 1 : Hello world
1111
1. Check the nodejs installation with version by.
1212
```ruby
1313
node -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
```
296296
8. Now include the middleware component in Index.js as below.
297297

0 commit comments

Comments
 (0)