prescottprue/gitsearch

View on GitHub
src/index.html

Summary

Maintainability
Test Coverage
<!doctype html>
<html lang="en">
<head>
  <title>Gitsearch</title>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Roboto:400,300,500&amp;subset=latin" media="all">
</head>
<body style="margin: 0px;">
  <div id="root" style="height: 100%"></div>
</body>
</html>