Home | History | Annotate | Download | only in GardeningServer
      1 <!--
      2 Copyright 2014 The Chromium Authors. All rights reserved.
      3 Use of this source code is governed by a BSD-style license that can be
      4 found in the LICENSE file.
      5 
      6 The favicons are from the awesome famfamfam.com, which is the website of Mark
      7 James, a web developer from Birmingham, UK.
      8 -->
      9 <!DOCTYPE html>
     10 <head>
     11 <title>Sheriff-O-Matic</title>
     12 <meta charset="utf-8">
     13 <meta name="viewport" content="width=device-width, user-scalable=no">
     14 <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,700">
     15 <style>
     16 html, body {
     17   height: 100%;
     18 }
     19 body {
     20   font-family: 'Open Sans';
     21   font-size: 14px;
     22   margin: 0px;
     23 }
     24 </style>
     25 <script src="bower_components/platform/platform.js"></script>
     26 <link rel="import" href="bower_components/polymer/polymer.html">
     27 <link rel="import" href="ui/ct-sheriff-o-matic.html">
     28 <ct-sheriff-o-matic></ct-sheriff-o-matic>
     29 </head>
     30