simple http frontend
This commit is contained in:
parent
1c035761a8
commit
8ece426999
4 changed files with 108 additions and 0 deletions
9
weboob/frontends/http/templates/index.mako
Normal file
9
weboob/frontends/http/templates/index.mako
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
## -*- coding: utf-8 -*-
|
||||
|
||||
<%inherit file="base.mako"/>
|
||||
|
||||
<%def name="body()">
|
||||
<ul>
|
||||
<li><a href="/messages">Messages</a>
|
||||
</ul>
|
||||
</%def>
|
||||
Loading…
Add table
Add a link
Reference in a new issue