File tree Expand file tree Collapse file tree 1 file changed +27
-21
lines changed Expand file tree Collapse file tree 1 file changed +27
-21
lines changed Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html >
3
- < head >
4
- < meta charset =" UTF-8 " / >
5
- < meta name =" viewport " content =" width=device-width, initial-scale=1.0 " />
6
- < link href =" /output.css " rel =" stylesheet " />
7
- </ head >
8
- < body class =" container mx-auto font-sans " >
9
- < header >
10
- < h1 > JSON Server </ h1 >
11
- < a href =" https://github.com/typicode/json-server " > GitHub </ a >
12
- < a href =" https://github.com/sponsors/typicode " > Donate </ a >
13
- </ header >
14
- < main >
15
- < h2 > Routes</ h2 >
16
- < ul class ="font-mono ">
17
- < % Object.entries(it.data).forEach(function([name]) { %>
3
+
4
+ < head >
5
+ < meta charset =" UTF-8 " />
6
+ < meta name =" viewport " content =" width=device-width, initial-scale=1.0 " />
7
+ < link href =" /output.css " rel =" stylesheet " / >
8
+ </ head >
9
+
10
+ < body class =" container mx-auto prose " >
11
+ < header >
12
+ < h1 > JSON Server [alpha] </ h1 >
13
+ </ header >
14
+ < main >
15
+ < h2 > Routes</ h2 >
16
+ < ul class ="font-mono ">
17
+ < % Object.entries(it.data).forEach(function([name]) { %>
18
18
< li >
19
- < a href ="<%= name %> "> < %= name %> </ a >
19
+ < a href ="<%= name %> ">
20
+ /< %= name %>
21
+ </ a >
20
22
</ li >
21
23
< % }) %>
22
- </ ul >
23
- < h2 > Sponsors</ h2 >
24
- </ main >
25
- </ body >
26
- </ html >
24
+ </ ul >
25
+ </ main >
26
+ < footer class ="space-x-4 ">
27
+ < a href ="https://github.com/typicode/json-server "> 🐱 GitHub</ a >
28
+ < a href ="https://github.com/sponsors/typicode "> ♥ Sponsor</ a >
29
+ </ footer >
30
+ </ body >
31
+
32
+ </ html >
You can’t perform that action at this time.
0 commit comments