| Index: samples/slider/slider_sample.html
|
| diff --git a/samples/slider/slider_sample.html b/samples/slider/slider_sample.html
|
| deleted file mode 100644
|
| index 383e19765654e03a3280454842650f0792f95b3d..0000000000000000000000000000000000000000
|
| --- a/samples/slider/slider_sample.html
|
| +++ /dev/null
|
| @@ -1,36 +0,0 @@
|
| -<!DOCTYPE html>
|
| -
|
| -<!-- Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| - for details. All rights reserved. Use of this source code is governed by a
|
| - BSD-style license that can be found in the LICENSE file. -->
|
| -
|
| -<html>
|
| - <head>
|
| - <meta charset="utf-8">
|
| - <title>Slider Menu Demo</title>
|
| - <link rel="stylesheet" type="text/css" href="../ui_lib/view/resources/view.css">
|
| - <link rel="stylesheet" type="text/css" href="slider_sample.css">
|
| - </head>
|
| - <body>
|
| - <h1>Slider</h1>
|
| -
|
| - <p>A simple app showing use of the SliderMenu view and DOM queries.</p>
|
| -
|
| - <div id="container">
|
| - <div id="menu"></div>
|
| - </div>
|
| -
|
| - <br/>
|
| -
|
| - <footer>
|
| - <div id="summary">
|
| - <button id="prev">Prev</button>
|
| - <button id="next">Next</button>
|
| - </div>
|
| - <p id="notes"> </p>
|
| - </footer>
|
| -
|
| - <script type="application/dart" src="slider_sample.dart"></script>
|
| - <script src="https://dart.googlecode.com/svn/branches/bleeding_edge/dart/client/dart.js"></script>
|
| - </body>
|
| -</html>
|
|
|