Skip to content

Commit edbb860

Browse files
blowsietypicode
authored andcommitted
Fix invalid HTML, Improve formatting (typicode#422)
1 parent 6e75107 commit edbb860

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

src/server/public/index.html

+8-10
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,17 @@ <h4>Routes</h4>
2626
<p>
2727
Here are the resources that JSON Server has loaded:
2828
</p>
29-
<p>
30-
<ul id="resources">loading, please wait...</ul>
31-
</p>
32-
29+
<ul id="resources">loading, please wait...</ul>
30+
3331
<p>
3432
You can view database current state at any time:
35-
<ul>
36-
<li>
37-
<a href="db">db</a>
38-
</li>
39-
</ul>
4033
</p>
41-
34+
<ul>
35+
<li>
36+
<a href="db">db</a>
37+
</li>
38+
</ul>
39+
4240
<p>
4341
You can use any HTTP verbs (GET, POST, PUT, PATCH and DELETE) and access your resources from anywhere
4442
using CORS and JSONP.

0 commit comments

Comments
 (0)