tahnik/devRantron

View on GitHub
app/src/index.html

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<html lang="en">

<head>
    <!-- Required meta tags always come first -->
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    <meta http-equiv="x-ua-compatible" content="ie=edge">
    <title>devRantron</title>

    <!-- Bootstrap CSS -->
    <link rel="stylesheet" href="res/fonts/icon.css" >
  <link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
  <link href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500" rel="stylesheet">
    <link rel="stylesheet" href="./res/css/ionicons.min.css" >
</head>

<body>
    <div id="root"></div>
    <script>if (typeof module === 'object') {window.module = module; module = undefined;}</script>
  <script>if (window.module) module = window.module;</script>
  <script src="http://localhost:8080/app.bundle.js"></script>
  <script src="http://localhost:8080/webpack-dev-server.js"></script>
</body>

</html>