2015-12-22 00:02:59 +00:00
<!doctype html>
< html ng-app = "traefik" >
< head >
< meta charset = "utf-8" >
2016-07-23 17:59:54 +00:00
< title > Træfɪ k< / title >
2015-12-22 00:02:59 +00:00
< meta name = "description" content = "" >
< meta name = "viewport" content = "width=device-width" >
2016-02-25 17:30:13 +00:00
< link rel = "icon" type = "image/png" href = "traefik.icon.png" / >
2016-07-23 17:59:54 +00:00
< / head >
2015-12-22 00:02:59 +00:00
< body >
<!-- [if lt IE 10]>
< p class = "browsehappy" > You are using an < strong > outdated< / strong > browser. Please < a href = "http://browsehappy.com/" > upgrade your browser< / a > to improve your experience.< / p >
<![endif]-->
< div class = "container" >
< header >
< nav class = "navbar navbar-default" >
< div class = "container-fluid" >
< div class = "navbar-header" >
2016-03-27 00:05:17 +00:00
< a class = "navbar-brand traefik-text" ui-sref = "provider" > < img height = "16" src = "traefik.icon.png" / > < / a >
2015-12-22 00:02:59 +00:00
< / div >
< div class = "collapse navbar-collapse" >
< ul class = "nav navbar-nav" >
< li > < a ui-sref = "provider" class = "active" > Providers< / a > < / li >
< li > < a ui-sref = "health" > Health< / a > < / li >
< / ul >
< ul class = "nav navbar-nav navbar-right" >
< li >
2016-04-20 11:26:51 +00:00
< a href = "https://docs.traefik.io" target = "_blank" > Documentation< / a >
2015-12-22 00:02:59 +00:00
< / li >
< li >
2016-04-20 11:26:51 +00:00
< a href = "https://traefik.io" target = "_blank" > < span class = "traefik-blue" > traefik.io< / span > < / a >
2015-12-22 00:02:59 +00:00
< / li >
< / ul >
< / div >
< / div >
< / nav >
< / header >
< main class = "main" >
< div data-ui-view > < / div >
< / main >
< / div >
< / body >
< / html >