summaryrefslogtreecommitdiff
path: root/web/static/index.html
diff options
context:
space:
mode:
authorÁrni Dagur <agudmundsson@fc-md.umd.edu>2020-05-24 02:57:26 -0400
committerÁrni Dagur <agudmundsson@fc-md.umd.edu>2020-05-24 02:57:26 -0400
commite539bde6508ed58e2bbe046a9c1720fe9cf501d5 (patch)
tree9aea7aef24f12a7985f1b4ca423e5ff5bf53fe64 /web/static/index.html
parentd5662ab1302a612e52e92714aeca3eae8b8cf165 (diff)
Place a 'index.html' file at the root of Github Pages
Diffstat (limited to 'web/static/index.html')
-rw-r--r--web/static/index.html19
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>