Merge pull request #1407 from coreos-inc/enterpriselanding

Add Enterprise Landing page
This commit is contained in:
josephschorr 2016-05-03 13:52:22 -04:00
commit f0af2ca9c3
8 changed files with 566 additions and 0 deletions

View file

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