UNPKG
create-benm-app
Version:
latest (0.1.3)
0.1.3
0.1.2
0.1.1
0.1.0
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.2
0.0.1
Boilerplate for REST API with Node.js, ExpressJS, and MongoDB
umagol.github.io/BENM
umagol/BENM
create-benm-app
/
public
/
index.html
14 lines
•
320 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE
html
>
<
html
lang
=
"en"
>
<
head
>
<
meta
charset
=
"UTF-8"
>
<
meta
http-equiv
=
"X-UA-Compatible"
content
=
"IE=edge"
>
<
meta
name
=
"viewport"
content
=
"width=device-width, initial-scale=1.0"
>
<
title
>
Welcome
</
title
>
</
head
>
<
body
>
<
center
>
<
h1
>
Let's start coding
</
h1
>
</
center
>
</
body
>
</
html
>