UNPKG
nic_training
Version:
latest (1.0.0)
1.0.0
Sample demos for training on nodejs
nic_training
/
HomePage.html
12 lines
•
187 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE
html
>
<
html
>
<
head
>
<
title
>
hello node
</
title
>
</
head
>
<
body
>
<
h1
>
Welcome to Nodejs program
</
h1
>
<
div
>
<
p
>
NOdeJs is simple and easy to use
</
p
>
</
div
>
</
body
>
</
html
>