Skip to content
Game Distribution edited this page Jul 27, 2014 · 31 revisions

Welcome to the GD-HTML5 wiki!

Example

/**
 * Example
 */
 <script src="http://api.submityourgame.com/main.min.js"></script>
 <script type="text/javascript">
    gd.static.useSsl = ('https:' == document.location.protocol);
    gd.logger.init("xxx", "xxx");
 </script>

DEVELOPERS

Use The Source

Clone this wiki locally