fix: use correct heading levels (#100)

This commit is contained in:
arjunpras 2023-12-02 11:15:37 +05:30 committed by GitHub
parent bbe844ac44
commit 3c7f56f8ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
views/index.html vendored
View file

@ -12,13 +12,13 @@
<h1>Timestamp Microservice</h1>
<hr />
<div class="container">
<h3>Example Usage:</h3>
<h2>Example Usage:</h2>
<ul>
<li><a href="api/2015-12-25">[project url]/api/2015-12-25</a></li>
<li><a href="api/1451001600000">[project url]/api/1451001600000</a></li>
</ul>
<h3>Example Output:</h3>
<h2>Example Output:</h2>
<p>
<code>{"unix":1451001600000, "utc":"Fri, 25 Dec 2015 00:00:00 GMT"}</code>
</p>