File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed
packages/cli/generators/app/templates/public Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 43
43
44
44
.info h1 {
45
45
text-align : center;
46
- margin-bottom : 0 px ;
46
+ margin-bottom : 0 ;
47
47
}
48
48
49
49
.info p {
58
58
< div class ="info ">
59
59
< h1 > @loopback/example-soap-calculator</ h1 >
60
60
61
- < h3 > OpenAPI spec: < a href ="/openapi.json "> /openapi.json</ a > </ h4 >
62
- < h3 > API Explorer: < a href ="/explorer "> /explorer</ a > </ h4 >
61
+ < h3 > OpenAPI spec: < a href ="/openapi.json "> /openapi.json</ a > </ h3 >
62
+ < h3 > API Explorer: < a href ="/explorer "> /explorer</ a > </ h3 >
63
63
</ div >
64
64
65
65
< footer class ="power ">
Original file line number Diff line number Diff line change 43
43
44
44
.info h1 {
45
45
text-align : center;
46
- margin-bottom : 0 px ;
46
+ margin-bottom : 0 ;
47
47
}
48
48
49
49
.info p {
58
58
< div class ="info ">
59
59
< h1 > @loopback/example-todo-list</ h1 >
60
60
61
- < h3 > OpenAPI spec: < a href ="/openapi.json "> /openapi.json</ a > </ h4 >
62
- < h3 > API Explorer: < a href ="/explorer "> /explorer</ a > </ h4 >
61
+ < h3 > OpenAPI spec: < a href ="/openapi.json "> /openapi.json</ a > </ h3 >
62
+ < h3 > API Explorer: < a href ="/explorer "> /explorer</ a > </ h3 >
63
63
</ div >
64
64
65
65
< footer class ="power ">
Original file line number Diff line number Diff line change 43
43
44
44
.info h1 {
45
45
text-align : center;
46
- margin-bottom : 0 px ;
46
+ margin-bottom : 0
47
47
}
48
48
49
49
.info p {
58
58
< div class ="info ">
59
59
< h1 > @loopback/example-todo</ h1 >
60
60
61
- < h3 > OpenAPI spec: < a href ="/openapi.json "> /openapi.json</ a > </ h4 >
62
- < h3 > API Explorer: < a href ="/explorer "> /explorer</ a > </ h4 >
61
+ < h3 > OpenAPI spec: < a href ="/openapi.json "> /openapi.json</ a > </ h3 >
62
+ < h3 > API Explorer: < a href ="/explorer "> /explorer</ a > </ h3 >
63
63
</ div >
64
64
65
65
< footer class ="power ">
Original file line number Diff line number Diff line change 43
43
44
44
.info h1 {
45
45
text-align : center ;
46
- margin-bottom : 0 px ;
46
+ margin-bottom : 0 ;
47
47
}
48
48
49
49
.info p {
59
59
<h1 ><%= project .name %> </h1 >
60
60
<p >Version <%= project .version || ' 1.0.0' %> </p >
61
61
62
- <h3 >OpenAPI spec: <a href =" /openapi.json" >/openapi.json</a ></h4 >
63
- <h3 >API Explorer: <a href =" /explorer" >/explorer</a ></h4 >
62
+ <h3 >OpenAPI spec: <a href =" /openapi.json" >/openapi.json</a ></h3 >
63
+ <h3 >API Explorer: <a href =" /explorer" >/explorer</a ></h3 >
64
64
</div >
65
65
66
66
<footer class =" power" >
You can’t perform that action at this time.
0 commit comments