Skip to content

Commit 449b4d6

Browse files
fix: use correct heading levels (#545)
1 parent eb2572e commit 449b4d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/file-metadata-microservice/views/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
<body>
1313

1414
<div class="container">
15-
<h2>API Project: File Metadata Microservice</h2>
16-
<h3>Usage:</h3>
15+
<h1>API Project: File Metadata Microservice</h1>
16+
<h2>Usage:</h2>
1717
<p>
1818
Please Upload a File ...
1919
</p>
2020
<div class="view">
21-
<h4 id="output"></h4>
21+
<h3 id="output"></h3>
2222
<form enctype="multipart/form-data" method="POST" action="/api/fileanalyse">
2323
<input id="inputfield" type="file" name="upfile">
2424
<input id="button" type="submit" value="Upload">

0 commit comments

Comments
 (0)