view src/app/index.html @ 245:2eb2ae0f3b3f

Transition project to Angular 4 Hybrid Reviewed-by: jkang Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2017-October/025266.html
author Andrew Azores <aazores@redhat.com>
date Fri, 13 Oct 2017 14:05:09 -0400
parents b686b8d24638
children
line wrap: on
line source

<!doctype html>
<html ng-strict-di class="layout-pf layout-pf-fixed transitions">
  <head>
    <meta charset="utf-8"/>

    <title>Thermostat</title>

    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
    <meta name="description" content=""/>
    <meta name="viewport" content="width=device-width"/>
  </head>
  <body id="pf-app" class="pf-body apf-body ng-cloak">

    <app-root></app-root>

  </body>
</html>