Skip to content

Instantly share code, notes, and snippets.

@kamito
Created May 25, 2011 14:17
Show Gist options
  • Save kamito/991060 to your computer and use it in GitHub Desktop.
Save kamito/991060 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" />
</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>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment