igor-starostenko/report_factory-web

View on GitHub
public/index.html

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">

    <link rel="apple-touch-icon" sizes="76x76" href="/style/assets/img/rf-apple-icon.png">
    <link rel="icon" type="image/png" href="/style/assets/img/rf-favicon.png">

    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />

    <meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' />

    <link rel="stylesheet" href="/style/style.css" type="text/css"/>
    <title>Report Factory</title>
  </head>
  <body>
    <div class="app"></div>
    <script type="text/javascript" src="/bundle.js"></script>
  </body>
</html>