UNPKG
cre-nodejs-server
Version:
latest (2.0.0)
2.0.0
1.0.2
1.0.1
1.0.0
0.0.2
0.0.1
0.0.0
node.js server
github.com/christianrevillard/NodeJsServer
cre-nodejs-server
/
examples
/
web
/
Client
/
index.html
12 lines
(11 loc)
•
204 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE
html
>
<
html
xmlns
=
"http://www.w3.org/1999/xhtml"
>
<
head
>
<
meta
charset
=
"utf-8"
/>
<
title
>
</
title
>
</
head
>
<
body
>
<
h1
>
Home page
</
h1
>
<
a
href
=
"/sum"
>
Let's sum !
</
a
>
</
body
>
</
html
>