| Index: third_party/pkg/route_hierarchical/example/full/index.html
|
| diff --git a/third_party/pkg/route_hierarchical/example/full/index.html b/third_party/pkg/route_hierarchical/example/full/index.html
|
| deleted file mode 100644
|
| index 21d1298eff49c26e0617fb612d38e11125c39a98..0000000000000000000000000000000000000000
|
| --- a/third_party/pkg/route_hierarchical/example/full/index.html
|
| +++ /dev/null
|
| @@ -1,40 +0,0 @@
|
| -<!DOCTYPE html>
|
| -
|
| -<html>
|
| - <head>
|
| - <meta charset="utf-8">
|
| - <title>Sample app</title>
|
| - <style>
|
| - body {
|
| - padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
|
| - }
|
| - </style>
|
| -
|
| - <link rel="import" href="root-view.html">
|
| -
|
| - <!-- Bootstrap -->
|
| - <link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
|
| - </head>
|
| - <body>
|
| - <div class="navbar navbar-inverse navbar-fixed-top">
|
| - <div class="navbar-inner">
|
| - <div class="container">
|
| - <a class="brand" href="{{homeLink}}">Route Sample App</a>
|
| - <div class="nav-collapse collapse">
|
| - <ul class="nav">
|
| - <li class="active"><a href="{{homeLink}}">Home</a></li>
|
| - <li class="active"><a href="{{portfolioLink}}">Portfolio</a></li>
|
| - </ul>
|
| - </div>
|
| - </div>
|
| - </div>
|
| - </div>
|
| -
|
| - <div class="container">
|
| - <x-root-view route="{{router.root.newHandle()}}"></x-root-view>
|
| - </div>
|
| -
|
| - <script type="application/dart" src="index.dart"></script>
|
| - <script src="packages/browser/dart.js"></script>
|
| - </body>
|
| -</html>
|
|
|