server/bo_client/app/index.html
author ymh <ymh.work@gmail.com>
Tue, 20 Mar 2018 15:02:40 +0100
changeset 573 25f3d28f51b2
parent 517 3143195e91b4
permissions -rw-r--r--
Added tag 0.0.25 for changeset 190ae1dee68d

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Corpus Parole</title>

    {{content-for "head"}}

    <!-- Fonts -->
    <link rel="stylesheet" href="{{rootURL}}assets/css/fonts.css">
    <!--link href='//fonts.googleapis.com/css?family=Roboto:400,300' rel='stylesheet' type='text/css'-->

    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
    <!--[if lt IE 9]>
      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>

    <![endif]-->
    <link rel="stylesheet" href="{{rootURL}}assets/bo-client-vendor.css">
    <link rel="stylesheet" href="{{rootURL}}assets/bo-client.css">
    {{content-for "head-footer"}}
  </head>
  <body>
    <nav class="navbar navbar-default">
      <div class="container-fluid">
        <div class="navbar-header">
          <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
            <span class="sr-only">Toggle Navigation</span>
            <span class="icon-bar"></span>
            <span class="icon-bar"></span>
            <span class="icon-bar"></span>
          </button>
          <a class="navbar-brand" href="#">Corpus de la Parole</a>
        </div>
        <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
          <ul class="nav navbar-nav">
            <li><a href="#">Home</a></li>
          </ul>
          <ul class="nav navbar-nav navbar-right">
              <li><a href="#login">Login</a></li>
              <li><a href="#register">Register</a></li>
          </ul>
        </div>
      </div>
    </nav>
    <div class="container-fluid" id="ember-container"></div>


    {{content-for "body"}}

    <script src="{{rootURL}}assets/bo-client-vendor.js"></script>
    <script src="{{rootURL}}assets/bo-client.js"></script>

    {{content-for "body-footer"}}

  </body>
</html>