Sha256: 2bf36ebdb2337debdd04fa2d9d42dcc623407f3cbeeecdcba42e00e6f0e8412e
Contents?: true
Size: 561 Bytes
Versions: 2
Compression:
Stored size: 561 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" class="working"> <form action=""> <span id="gamefic_prompt"></span> <input type="text" name="command" id="gamefic_command" autocomplete="off" /> <button type="submit" id="gamefic_submit">Enter</button> </form> </div> </div> <%= javascript_tags %> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
gamefic-sdk-1.7.0 | html/skins/standard/index.html.erb |
gamefic-sdk-1.6.0 | html/skins/standard/index.html.erb |