summaryrefslogtreecommitdiff
path: root/web/static/index.html
blob: b50e0619196c760c52a1aca79c335a5bc51af9c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
    <head>
        <title>Python Adblock</title>

        <meta charset="utf-8" />
        <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
    </head>

    <body>
        <div>
            <h1>Python Adblock</h1>
            <ul>
                <li><a href="docs/adblock/index.html">Documentation</a></li>
                <li><a href="https://github.com/ArniDagur/python-adblock">Source code</a></li>
            </ul>
        </div>
    </body>
</html>