<!doctype html>
<html>
  <head>
    <title>Trax</title>
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name=”mobile-web-app-capable” content=”yes”>
    <link rel="shortcut icon" sizes="1024x1024" href="icon.png">
    <link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
    <link href="css/trax.css" rel="stylesheet" media="screen">
  <!--[if lt IE 9]>
    <script src="../../docs-assets/js/html5shiv.js"></script>
    <script src="../../docs-assets/js/respond.min.js"></script>
    <![endif]-->
  </head>
  <?php include 'navbar.php'?>
