<html ng-app="ionicApp">
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width">
    <title>ios7 styled Tab Button Bar</title>

    <link href="http://code.ionicframework.com/0.9.25/css/ionic.css" rel="stylesheet">
    <script src="http://code.ionicframework.com/0.9.25/js/ionic.bundle.js"></script>
  </head>

  <body>

    <ion-header-bar id="header" title="'Awesome App'" type="bar-primary" hides-header></ion-header-bar>

<ion-content
             start-y="85"
             padding="true"
             has-header="true"
             >
  <br>
<div class="clear-button-bar">
            <a href="#/tab/account" class="clear-button clear-button-first clear-button-active">Hospitals</a>
            <a href="#tab2" class="clear-button clear-button-middle">Clinics</a>
            <a href="#tab3" class="clear-button clear-button-last">Pharmacy</a>
        </div>
      <br>
        <h3 class="text-center">
          iOS-7 Styled Button Bar
        </h3>
    </ion-content>

  </body>
</html>