aboutsummaryrefslogtreecommitdiff
path: root/contexts/data/lib/closure-library/closure/goog/demos/index_splash.html
diff options
context:
space:
mode:
Diffstat (limited to 'contexts/data/lib/closure-library/closure/goog/demos/index_splash.html')
-rw-r--r--contexts/data/lib/closure-library/closure/goog/demos/index_splash.html27
1 files changed, 0 insertions, 27 deletions
diff --git a/contexts/data/lib/closure-library/closure/goog/demos/index_splash.html b/contexts/data/lib/closure-library/closure/goog/demos/index_splash.html
deleted file mode 100644
index 86397df..0000000
--- a/contexts/data/lib/closure-library/closure/goog/demos/index_splash.html
+++ /dev/null
@@ -1,27 +0,0 @@
-<!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>