MostOfLuck/frontend-project-12

View on GitHub
frontend/public/index.html

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<html class="h-100" lang="en">
  <head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
    <link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
    <title>Hexlet Chat</title>
  </head>
  <body class="h-100 bg-light">
    <div class="h-100">
      <div id="root" class="h-100"></div>
    </div>
  </body>
</html>