Skip to content

Instantly share code, notes, and snippets.

@jgv
Created May 18, 2012 20:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jgv/2727434 to your computer and use it in GitHub Desktop.
Save jgv/2727434 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8" ?>
<Module>
<ModulePrefs title="Starter App">
<Require feature="rpc"/>
</ModulePrefs>
<Content type="html"><![CDATA[
<!DOCTYPE html>
<script src="//hangoutsapi.talkgadget.google.com/hangouts/api/hangout.js?v=1.1"></script>
<!-- // production
<script src="https://your-unique-identifier.appspot.com/static/app.js"></script>
-->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
<script src="https://localhost:8001/static/js/app.js"></script>
]]></Content>
</Module>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment