fix: use correct heading levels (#28)
This commit is contained in:
parent
8a60805f55
commit
890fbce4ad
1 changed files with 3 additions and 3 deletions
6
views/index.html
vendored
6
views/index.html
vendored
|
@ -10,14 +10,14 @@
|
|||
|
||||
<body>
|
||||
<div class="container">
|
||||
<h2>API Project: File Metadata Microservice</h2>
|
||||
<h1>API Project: File Metadata Microservice</h1>
|
||||
|
||||
<h3>Usage:</h3>
|
||||
<h2>Usage:</h2>
|
||||
<p>
|
||||
Please Upload a File ...
|
||||
</p>
|
||||
<div class="view">
|
||||
<h4 id="output"></h4>
|
||||
<h3 id="output"></h3>
|
||||
<form enctype="multipart/form-data" method="POST" action="/api/fileanalyse">
|
||||
<input id="inputfield" type="file" name="upfile">
|
||||
<input id="button" type="submit" value="Upload">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue