fix: use correct heading levels (#28)

This commit is contained in:
420 2023-12-02 11:19:23 +05:30 committed by GitHub
parent 8a60805f55
commit 890fbce4ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

6
views/index.html vendored
View file

@ -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">