diff options
Diffstat (limited to 'web/static/index.html')
| -rw-r--r-- | web/static/index.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/web/static/index.html b/web/static/index.html new file mode 100644 index 0000000..b50e061 --- /dev/null +++ b/web/static/index.html | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | <!DOCTYPE html> | ||
| 2 | <html> | ||
| 3 | <head> | ||
| 4 | <title>Python Adblock</title> | ||
| 5 | |||
| 6 | <meta charset="utf-8" /> | ||
| 7 | <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> | ||
| 8 | </head> | ||
| 9 | |||
| 10 | <body> | ||
| 11 | <div> | ||
| 12 | <h1>Python Adblock</h1> | ||
| 13 | <ul> | ||
| 14 | <li><a href="docs/adblock/index.html">Documentation</a></li> | ||
| 15 | <li><a href="https://github.com/ArniDagur/python-adblock">Source code</a></li> | ||
| 16 | </ul> | ||
| 17 | </div> | ||
| 18 | </body> | ||
| 19 | </html> | ||
