Skip to content

Commit a056c4b

Browse files
committed
modified index.js
1 parent e10b73b commit a056c4b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

public/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<html>
22

33
<head>
4-
<title>Express</title>
4+
<title>Nodejs API boilerplate</title>
55
<link rel="stylesheet" href="/stylesheets/style.css">
66
</head>
77

88
<body>
9-
<h1>Express</h1>
10-
<p>Welcome to Express</p>
9+
<h1>A boilerplate for REST API Development with Node.js, Express, and MongoDB</h1>
10+
<p>Author: <a href="mailto:maitraysuthar@gmail.com">@Maitray Suthar</a></p>
1111
</body>
1212

1313
</html>

0 commit comments

Comments
 (0)