<html>
    <meta charset="UTF-8">
    <head>
        <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css">
        <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap-theme.min.css">
        <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"></script>
    </head>
    <body>
        <br><br><br><br><br><br><br>
        <div class="container">
            <div class="jumbotron">
                <center>
                    <h1>Tar archive analyzer</h1>
                    <p class="lead">Analyzing and extracting tar archive online.</p>
                    <form action="/analyze" method="POST" enctype="multipart/form-data">
                        <input type="file" name="file"/>
                        <input type="submit"/>
                    </form>
                </center>
            </div>
        </div>
    </body>
</html>
