Add Enterprise Landing page

Note: The design comes directparners.
This commit is contained in:
Joseph Schorr 2016-04-25 14:16:35 -04:00
parent d63ec8c6b0
commit c6f7dfa102
8 changed files with 566 additions and 0 deletions

View file

@ -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):