pmc
Version:
Simple nodewebkit app to serve as a client for google play music
19 lines (18 loc) • 548 B
HTML
<html>
<head>
<title>Google Play Music</title>
<style type="text/css">
iframe {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
border: 0px;
}
</style>
<script type="text/javascript" src="lib/jquery-2.1.4.min.js"></script>
<script type="text/javascript" src="index.js"></script>
</head>
<iframe nwdisable nwfaketop id="play" src="http://music.google.com/"></iframe>
</html>