Sha256: 819a37ef7a008b873f293c25bb8b3731ad52daad1052fb19eccb3947d19e587f
Contents?: true
Size: 616 Bytes
Versions: 3
Compression:
Stored size: 616 Bytes
Contents
<!DOCTYPE html> <html> <head> <meta charset="UTF-8" /> <title><%= title %> by <%= author %></title> <%= stylesheet_tags %> </head> <body> <div id="gamefic_console"> <div id="gamefic_output"> </div> <div id="gamefic_controls"> <form action=""> <span id="gamefic_prompt"></span> <input type="text" name="command" id="gamefic_command" autocomplete="off" /> <!--<input type="submit" id="gamefic_submit" value="Enter" />--> <button type="submit" id="gamefic_submit">Enter</button> </form> </div> </div> <%= javascript_tags %> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
gamefic-sdk-1.2.0 | html/skins/standard/index.html.erb |
gamefic-sdk-1.1.0 | html/skins/standard/index.html.erb |
gamefic-sdk-1.0.1 | html/skins/standard/index.html.erb |