fix: syncs index.html and README.md with the example project at https://curse-arrow.glitch.me/
This commit is contained in:
parent
2c9ffe8a38
commit
f49fcf7c0c
2 changed files with 9 additions and 9 deletions
|
@ -6,14 +6,14 @@
|
|||
<title>Timestamp Microservice</title>
|
||||
<link rel="shortcut icon" href="https://cdn.hyperdev.com/us-east-1%3A52a203ff-088b-420f-81be-45bf559d01b1%2Ffavicon.ico" type="image/x-icon"/>
|
||||
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet" type="text/css">
|
||||
<link href="style.css" rel="stylesheet" type="text/css">
|
||||
<link href="/public/style.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="container">
|
||||
<h2>API Project: Timestamp Microservice</h2>
|
||||
<h3>User Stories :</h3>
|
||||
<h3>User Stories:</h3>
|
||||
<ol class="user-stories">
|
||||
|
||||
<li>The API endpoint is <code>GET [project_url]/api/timestamp/:date_string?</code></li>
|
||||
|
@ -30,8 +30,8 @@
|
|||
|
||||
<h3>Example Usage:</h3>
|
||||
<ul>
|
||||
<li><code>GET [project url]/api/timestamp/2015-12-25</code></li>
|
||||
<li><code>GET [project url]/api/timestamp/1451001600000</code></li>
|
||||
<li><a href="api/timestamp/2015-12-25">[project url]/api/timestamp/2015-12-25</a></li>
|
||||
<li><a href="api/timestamp/1451001600000">[project url]/api/timestamp/1451001600000</a></li>
|
||||
</ul>
|
||||
|
||||
<h3>Example Output:</h3>
|
||||
|
@ -41,7 +41,7 @@
|
|||
</div>
|
||||
<div class="footer">
|
||||
<p>
|
||||
by <a href="http://www.freecodecamp.com/">freeCodeCamp</a> | <a href="https://hyperdev.com/#!/remix/FCC_API_timestamp_bplate/8338be2-a353-4892-8a0d-6295e4f12eb5">Click here to Remix</a>
|
||||
by <a href="http://www.freecodecamp.com/">freeCodeCamp</a>
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue