Skip to content

Instantly share code, notes, and snippets.

@soe
Created May 8, 2013 06:12
Show Gist options
  • Save soe/5538579 to your computer and use it in GitHub Desktop.
Save soe/5538579 to your computer and use it in GitHub Desktop.
<apex:page sidebar="false" showHeader="false" standardStylesheets="false">
<script type="text/javascript">
window.location = "{!URLFOR($Resource.mobileapp, 'index.html')}#sessionId={!$API.session_Id}";
</script>
</apex:page>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment