Created
May 30, 2011 10:03
-
-
Save kamito/998675 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| <html> | |
| <head> | |
| <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> | |
| <title>416.bz: Google Closure Library Sample</title> | |
| <!--// common.cssを読み込む //--> | |
| <link rel="stylesheet" type="text/css" href="google-closure-library/closure/goog/css/common.css" /> | |
| <link rel="stylesheet" type="text/css" href="google-closure-library/closure/goog/css/button.css" /> | |
| <link rel="stylesheet" type="text/css" href="google-closure-library/closure/goog/css/custombutton.css" /> | |
| </head> | |
| <body> | |
| <h1>416.bz: Google Closure Library Sample</h1> | |
| <div id="content"></div> | |
| <div id="buttons"></div> | |
| <!--// base.jsを読み込む //--> | |
| <script type="text/javascript" src="google-closure-library/closure/goog/base.js"></script> | |
| <script type="text/javascript" src="deps.js"></script> | |
| <script type="text/javascript">goog.require("app.Page");</script> | |
| <script type="text/javascript">app.Page.getInstance();</script> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment