Fix invalid HTML, Improve formatting (#422)

This commit is contained in:
Sam Blowes
2016-11-25 14:56:20 +00:00
committed by typicode
parent 6e75107638
commit edbb860300

View File

@ -26,19 +26,17 @@
<p>
Here are the resources that JSON Server has loaded:
</p>
<p>
<ul id="resources">loading, please wait...</ul>
</p>
<ul id="resources">loading, please wait...</ul>
<p>
You can view database current state at any time:
<ul>
<li>
<a href="db">db</a>
</li>
</ul>
</p>
<ul>
<li>
<a href="db">db</a>
</li>
</ul>
<p>
You can use any HTTP verbs (GET, POST, PUT, PATCH and DELETE) and access your resources from anywhere
using CORS and JSONP.