diff options
Diffstat (limited to 'libpathod/templates/index.html')
| -rw-r--r-- | libpathod/templates/index.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libpathod/templates/index.html b/libpathod/templates/index.html new file mode 100644 index 00000000..38b35dd8 --- /dev/null +++ b/libpathod/templates/index.html @@ -0,0 +1,12 @@ +{% extends frame.html %} +{% block body %} + <!-- Main hero unit for a primary marketing message or call to action --> + <div class="hero-unit"> + <form> + <input> + <a type="submit" class="btn">explain</a> + + </form> + </div> + +{% end %} |
