We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb2572e commit 449b4d6Copy full SHA for 449b4d6
apps/file-metadata-microservice/views/index.html
@@ -12,13 +12,13 @@
12
<body>
13
14
<div class="container">
15
- <h2>API Project: File Metadata Microservice</h2>
16
- <h3>Usage:</h3>
+ <h1>API Project: File Metadata Microservice</h1>
+ <h2>Usage:</h2>
17
<p>
18
Please Upload a File ...
19
</p>
20
<div class="view">
21
- <h4 id="output"></h4>
+ <h3 id="output"></h3>
22
<form enctype="multipart/form-data" method="POST" action="/api/fileanalyse">
23
<input id="inputfield" type="file" name="upfile">
24
<input id="button" type="submit" value="Upload">
0 commit comments