Merge pull request #1407 from coreos-inc/enterpriselanding
Add Enterprise Landing page
This commit is contained in:
commit
f0af2ca9c3
8 changed files with 566 additions and 0 deletions
|
@ -209,6 +209,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