Last active
April 19, 2016 04:26
-
-
Save upsilon/951203 to your computer and use it in GitHub Desktop.
OpenSocialサンプルアプリ
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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