<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" xmlns:og="http://ogp.me/ns#" xmlns:fb="http://www.facebook.com/2008/fbml" ng-app="helium">
  <head>
    <title>Helium</title>    

    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

    <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" type="text/css">
    <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
    <link rel="stylesheet" href="/assets/css/landing-page.css" type="text/css">
    <link rel="stylesheet" href="/assets/css/style.css" type="text/css">

    <link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-57x57.png">
    <link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-114x114.png">
    <link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-72x72.png">
    <link rel="apple-touch-icon" sizes="144x144" href="/apple-touch-icon-144x144.png">
    <link rel="apple-touch-icon" sizes="60x60" href="/apple-touch-icon-60x60.png">
    <link rel="apple-touch-icon" sizes="120x120" href="/apple-touch-icon-120x120.png">
    <link rel="apple-touch-icon" sizes="76x76" href="/apple-touch-icon-76x76.png">
    <link rel="apple-touch-icon" sizes="152x152" href="/apple-touch-icon-152x152.png">
    <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon-180x180.png">
    <meta name="apple-mobile-web-app-title" content="Helium">
    <link rel="icon" type="image/png" href="/favicon-192x192.png" sizes="192x192">
    <link rel="icon" type="image/png" href="/favicon-160x160.png" sizes="160x160">
    <link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96">
    <link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16">
    <link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
    <meta name="msapplication-TileColor" content="#2ed3a8">
    <meta name="msapplication-TileImage" content="/mstile-144x144.png">
    <meta name="application-name" content="Helium">
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">

    <!-- CDN hosted dependencies -->
    <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
    <script src="//netdna.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
    <script src="//ajax.googleapis.com/ajax/libs/angularjs/1.2.16/angular.min.js"></script>
    <script src="//ajax.googleapis.com/ajax/libs/angularjs/1.2.16/angular-route.min.js"></script>
    
    <link rel="stylesheet" href="/assets/css/code.css" type="text/css">
    <script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.3/highlight.min.js"></script>
    <script src="//pc035860.github.io/angular-highlightjs/angular-highlightjs.min.js"></script>

    <script src="/assets/js/vendor/modernizr-2.6.2.min.js"></script>
	  <script src="/assets/js/vendor/angulartics.min.js"></script>
		<script src="/assets/js/vendor/angulartics-ga.min.js"></script>
    <script src="/assets/js/vendor/ui-bootstrap-tpls-0.12.1.min.js"></script>
    <script src="/assets/js/vendor/bgswitcher.js"></script>

    <script src="/helium/app.js"></script>
    <script src="/helium/directives.js"></script>
    <script src="/helium/filters.js"></script>
    <script src="/helium/services.js"></script>
    <script src="/helium/controllers.js"></script>

<script src="//use.typekit.net/xwi0iof.js"></script>
<script>try{Typekit.load();}catch(e){}</script>	 

    <!--[if IE]>
    <style type="text/css">
      .clear {
      zoom: 1;
      display: block;
      }
    </style>
    <![endif]-->
  </head>

  <body>
    <div ng-view></div>
  </body>
	

</html>