aboutsummaryrefslogtreecommitdiff
path: root/contexts/data/lib/closure-library/closure/goog/demos/index_splash.html
blob: 86397df9b828eedbb75594ccee9c5193a7793401 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html>
<!--
Copyright 2010 The Closure Library Authors. All Rights Reserved.

Use of this source code is governed by the Apache License, Version 2.0.
See the COPYING file for details.
-->
<head>
  <title>Closure Demos</title>
  <link rel="stylesheet" type="text/css" href="css/demo.css">
  <script>
    if (window == top) {
      location = 'index.html';  // HTML with the frameset
    }
  </script>
</head>
<body>
  <h1>Welcome to Closure!</h1>
  <p>Use the tree in the navigation pane to view Closure demos.</p>
  <br>
  <h2><span style="color:#800;">New!</span> Common UI Controls</h2>
  <p>Check out these widgets by clicking on the demo links on the left:</p>
  <img style="margin:10px;border:1px solid #888;padding:0;"
      alt="Common UI controls" src="../images/ui_controls.jpg">
</body>
</html>