<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="utf-8">
        <title>MaoTube</title>
        <link rel="stylesheet" href="style.css">
    </head>
    <body>
        <h1>MaoTube</h1>
        <form method="GET" target="_self" action="/search">
            <label for="query"><p>Search</p></label>
            <input type="text" id="query" name="query" placeholder="...">
            <input type="submit" value="Search">
        </form>
        <br>
        <img src="chairman_1.jpg" alt="The chairman" height="600">
        <img src="chairman_2.jpg" alt="The chairman" height="600">
        <img src="chairman_3.jpg" alt="The chairman" height="600">
        <script src="/header.js"></script>
    </body>
</html>