Skip to content

Commit 75ca9fa

Browse files
authored
fix: use correct heading levels (#549)
1 parent ee645e8 commit 75ca9fa

File tree

1 file changed

+3
-3
lines changed
  • apps/request-header-parser-microservice/views

1 file changed

+3
-3
lines changed

apps/request-header-parser-microservice/views/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111

1212
<body>
1313
<div class="container">
14-
<h2>API Project: Request Header Parser Microservice</h2>
15-
<h3>Example Usage:</h3>
14+
<h1>API Project: Request Header Parser Microservice</h1>
15+
<h2>Example Usage:</h2>
1616
<a href="https://request-header-parser-microservice.freecodecamp.rocks/api/whoami">
1717
[base url]/api/whoami
1818
</a>
1919

20-
<h3>Example Output:</h3>
20+
<h2>Example Output:</h2>
2121
<p>
2222
<code>{"ipaddress":"159.20.14.100","language":"en-US,en;q=0.5",<br>"software":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0"}</code>
2323
</p>

0 commit comments

Comments
 (0)