index.html 536 B

1234567891011121314151617181920
  1. <!DOCTYPE html>
  2. <html>
  3. <!--
  4. Copyright 2010 The Closure Library Authors. All Rights Reserved.
  5. Use of this source code is governed by the Apache License, Version 2.0.
  6. See the COPYING file for details.
  7. -->
  8. <head>
  9. <title>Closure Demos</title>
  10. </head>
  11. <frameset cols="240,*">
  12. <!-- Old school, but it works a lot better than the old page... -->
  13. <frame name="nav" id="nav" src="index_nav.html">
  14. <frame name="demo" id="demo" src="index_splash.html">
  15. <noframes>
  16. Are you kidding me? No frames?!?
  17. </noframes>
  18. </frameset>
  19. </html>