Skip to content

Instantly share code, notes, and snippets.

@kamito
Created May 30, 2011 10:03
Show Gist options
  • Select an option

  • Save kamito/998675 to your computer and use it in GitHub Desktop.

Select an option

Save kamito/998675 to your computer and use it in GitHub Desktop.
<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