$(document).ready(function() {
    $("#top-left").click(function() {
        window.location.href = "index.html";
    });
});
