Add Enterprise Landing page
Note: The design comes directparners.
This commit is contained in:
parent
d63ec8c6b0
commit
c6f7dfa102
8 changed files with 566 additions and 0 deletions
|
@ -211,6 +211,12 @@ def security():
|
|||
return index('')
|
||||
|
||||
|
||||
@web.route('/enterprise/')
|
||||
@no_cache
|
||||
def enterprise():
|
||||
return index('')
|
||||
|
||||
|
||||
@web.route('/__exp/<expname>')
|
||||
@no_cache
|
||||
def exp(expname):
|
||||
|
|
Reference in a new issue