<!DOCTYPE html>
<html>
    <head>
        <title>My wiki-project</title>
        <link rel="stylesheet" href="style.css" type="text/css">
    </head>
    <body>
        <div class="title-bar">
            <h1>Today In History</h1>
        </div>
        <div class="wrap">
            <div class="root-div">
                <div class="item">
                    <h4>1854 - 125years ago</h4>
                    <h1>Hlelsdf sdfsdf sdfsd fsdfs dfsdfsdfsd sdfsd fsdfsdf dsfsdfsdf dsfsdfsdf sdfsdf</h1>
                </div>
            </div>
        </div>
    </body>
    <script src="app.js"></script>
</html>