Skip to content

Commit 47889e7

Browse files
Updated the landing page by removing the defualt Express js Page
1 parent bba704e commit 47889e7

File tree

2 files changed

+16
-12
lines changed

2 files changed

+16
-12
lines changed

public/index.html

+14-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,22 @@
11
<html>
22

33
<head>
4-
<title>Express</title>
4+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
5+
<title>Mock API</title>
56
<link rel="stylesheet" href="/stylesheets/style.css">
67
</head>
78

89
<body>
9-
<h1>Express</h1>
10-
<p>Welcome to Express</p>
11-
</body>
10+
<h1>Mock API</h1>
11+
<p>This is a Simple REST API that you can use for your prototyping</p>
12+
<h1>Documentation</h1>
13+
This API is documented <a href="http://github.com/opensource254/mock-api" target="_blank"
14+
rel="noopener">here</a>
1215

13-
</html>
16+
<h2>We love contributions</h2>
17+
Do you want to contribute? You do not need to code anything we could use your help in getting data.
18+
please see <a href="https://github.com/opensource254/mock-api/blob/master/README.md#contributing" target="_blank" rel="noopener">This</a>
19+
For more information
20+
</body>
21+
22+
</html>

public/stylesheets/style.css

+2-7
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
11
body {
2-
padding: 50px;
3-
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
4-
}
5-
6-
a {
7-
color: #00B7FF;
8-
}
2+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
3+
}

0 commit comments

Comments
 (0)