| Index: Tools/GardeningServer/sheriff-o-matic.html
|
| diff --git a/Tools/GardeningServer/sheriff-o-matic.html b/Tools/GardeningServer/sheriff-o-matic.html
|
| deleted file mode 100644
|
| index 1a6821abea76aa826027c35c2c05e4bab4fab68e..0000000000000000000000000000000000000000
|
| --- a/Tools/GardeningServer/sheriff-o-matic.html
|
| +++ /dev/null
|
| @@ -1,35 +0,0 @@
|
| -<!--
|
| -Copyright 2014 The Chromium Authors. All rights reserved.
|
| -Use of this source code is governed by a BSD-style license that can be
|
| -found in the LICENSE file.
|
| -
|
| -The favicons are from the awesome famfamfam.com, which is the website of Mark
|
| -James, a web developer from Birmingham, UK.
|
| --->
|
| -<!DOCTYPE html>
|
| -<head>
|
| -<title>Sheriff-O-Matic</title>
|
| -<meta charset="utf-8">
|
| -<meta name="viewport" content="width=device-width, user-scalable=no">
|
| -<!--
|
| -Add a base element so our custom URLs don't break imports and links.
|
| -This assumes the application is run from the web server root.
|
| --->
|
| -<base href="/">
|
| -<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,700">
|
| -<style>
|
| -html, body {
|
| - height: 100%;
|
| -}
|
| -body {
|
| - background-color: white; /* workaround for web2cast: http://goo.gl/tQiSPW */
|
| - font-family: 'Open Sans';
|
| - font-size: 14px;
|
| - margin: 0px;
|
| -}
|
| -</style>
|
| -<script src="bower_components/platform/platform.js"></script>
|
| -<link rel="import" href="bower_components/polymer/polymer.html">
|
| -<link rel="import" href="ui/ct-sheriff-o-matic.html">
|
| -<ct-sheriff-o-matic></ct-sheriff-o-matic>
|
| -</head>
|
|
|