<!DOCTYPE html>
<html lang="en">
<head>
    {% include 'part/head.twig' %}
</head>
<body>
    <div class="sec1">
        <div class="inner">
            {% include 'part/topline.twig' %}
            <div class="landingcont">
                <div class="lcleft">
                    <h2>The prototype of a new index</h2>
                    <p>Ofnibot offers you an interesting, funny and easy way of finding and comparing different entities on the internet, using some of the biggest databases of movies, songs, product barcodes and a lot more.</p>
                    <a href="{{l('/app')}}" class="coolbtn">Run the bot</a>
                    <a href="{{l('/about')}}" class="coolbtn s2">About us</a>
                </div>
                <div class="lcright">
                    <!-- <img src="{{asset('images/logo2.png')}}" alt=""> -->
                </div>
            </div>

        </div>
    </div>
    <div class="graph1"> </div>
    {% include 'part/scripts.twig' %}
</body>
</html>
