We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37a8550 commit eb2572eCopy full SHA for eb2572e
apps/timestamp-microservice/views/index.html
@@ -20,13 +20,13 @@
20
<h1>Timestamp Microservice</h1>
21
<hr />
22
<div class="container">
23
- <h3>Example Usage:</h3>
+ <h2>Example Usage:</h2>
24
<ul>
25
<li><a href="api/2015-12-25">[project url]/api/2015-12-25</a></li>
26
<li><a href="api/1451001600000">[project url]/api/1451001600000</a></li>
27
</ul>
28
29
- <h3>Example Output:</h3>
+ <h2>Example Output:</h2>
30
<p>
31
<code
32
>{"unix":1451001600000, "utc":"Fri, 25 Dec 2015 00:00:00 GMT"}</code
0 commit comments