UNPKG
nino-github-example
Version:
latest (0.0.1)
0.0.1
Get a list of github user repos
nino-github-example
/
index.html
10 lines
•
227 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
<
html
>
<
head
>
<
title
>
Node.js Tutorial
</
title
>
<
link
rel
=
"stylesheet"
type
=
"text/css"
href
=
"style.css"
/>
</
head
>
<
body
>
<
h1
>
Node.js Tutorial From Switch On The Code
</
h1
>
<
p
>
This is super cool.
</
p
>
</
body
>
</
html
>