MarshallOfSound/Google-Play-Music-Desktop-Player-UNOFFICIAL-

View on GitHub
src/public_html/index.html

Summary

Maintainability
Test Coverage
<!doctype html>
<html>
<head>
  <title>Google Play Music Desktop Player</title>
  <link href="../assets/css/core.css" rel="stylesheet" type="text/css" />
</head>
<body loading>
  <div id="main-window" style="height: 100%"></div>
  <script>
  require('../renderer/windows/main');
  </script>
</body>
</html>