Z-Wave-Me/home-automation-ui

View on GitHub
index.tmpl.html

Summary

Maintainability
Test Coverage
<!doctype html>
<html class="no-js" lang="en" manifest="app.manifest">
    <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <title></title>
        <meta name="description" content="">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <link href="public/css/all.css" type="text/css" rel="stylesheet">
        <script src="js/main-built.js"></script>
    </head>
    <body id="body">
        <!--[if lt IE 9]>
        <p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
        <![endif]-->
        <div id="app-container"></div>
    </body>
</html>