Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@upsilon
Last active April 19, 2016 04:26
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 upsilon/951203 to your computer and use it in GitHub Desktop.
Save upsilon/951203 to your computer and use it in GitHub Desktop.
OpenSocialサンプルアプリ
<?xml version="1.0" encoding="UTF-8"?>
<Module>
<ModulePrefs title="Test Application">
<Require feature="opensocial-0.9" />
</ModulePrefs>
<Content type="html">
<![CDATA[
こんにちは!
]]>
</Content>
<Content type="url" view="mobile" href="https://cdn.rawgit.com/upsilon/951203/raw/os_sample_mobile.html" />
</Module>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head><title>モバイル版サンプル</title></head>
<body>
こんにちは!
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment