Skip to content

Commit

Permalink
Update home page
Browse files Browse the repository at this point in the history
  • Loading branch information
SafdarJamal committed Jul 29, 2020
1 parent f6ba6d9 commit 1eb367e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/views/pages/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
name="description"
content="A Node.js web application that allows visitors to leave a public comment without creating a user account."
/>
<title>Express Guestbook</title>
<title>Home - Express Guestbook</title>
<link rel="shortcut icon" href="favicon.png" type="image/x-icon" />
<link rel="stylesheet" href="css/bootstrap.min.css" />
</head>
Expand All @@ -19,8 +19,8 @@
<div class="jumbotron shadow-sm">
<h1 class="display-4">Hello, World!</h1>
<p class="lead">
This is a simple web application that allows visitors to leave a
public comment without creating a user account.
Express Guestbook is a simple web application that allows visitors
to leave a public comment without creating a user account.
</p>
<hr class="my-4" />
<a class="btn btn-primary btn-lg" href="/entries/new" role="button"
Expand Down

0 comments on commit 1eb367e

Please sign in to comment.