Sha256: fe5a2d0a1a71b7306cc9e2840657db08815b0c356fe3a35e12e484b50efd8ef2
Contents?: true
Size: 1.3 KB
Versions: 3
Compression:
Stored size: 1.3 KB
Contents
<html> <head> <title>PatchMaster</title> <script src="js/jquery-1.4.2.js"></script> <script src="js/jquery.hotkeys.js"></script> <script src="js/patchmaster.js"></script> <link rel="stylesheet" href="/style.css" type="text/css" /> </head> <body> <table> <tr> <td id="appname" colspan="3"> <h1>PatchMaster</h1> </td> </tr> <tr height="66%"> <td> <h1>Song Lists</h1> <ul id="song-lists"> </ul> <h1>Songs</h1> <ul id="songs"> </ul> </td> <td> <h1>Song</h1> <ul id="song"> </ul> </td> <td> <h1>Info</h1> <pre> j, down, space - next patch k, up - prev patch n, left - next song p, right - prev song g - goto song t - goto song list c - cycle screen colors h - help ESC - panic q - quit </pre> <h1>Triggers</h1> <ul id="triggers"> </ul> </td> </tr> <tr height="30%"> <td colspan="3"> <h1>Connections</h1> <table id="patch"> </table> </td> </tr> <tr height="4%"> <td id="message" colspan="3"> </td> </tr> </table> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
patchmaster-2.0.0 | lib/patchmaster/web/public/index.html |
patchmaster-1.1.2 | lib/patchmaster/web/public/index.html |
patchmaster-1.0.0 | lib/patchmaster/web/public/index.html |