Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / chrome / test / data / extensions / subscribe_page_action / popup.html
blob31679df11426a65ec1e6f43f3f473e95842b48c8
1 <!--
2 * Copyright (c) 2009 The Chromium Authors. All rights reserved. Use of this
3 * source code is governed by a BSD-style license that can be found in the
4 * LICENSE file.
5 -->
6 <html>
7 <head>
8 <style>
9 body {
10 overflow-x: hidden;
13 .heading {
14 font-family: Helvetica, Arial;
15 font-size: small;
16 font-weight: bold;
17 margin-left: 2px;
20 .feedList {
21 font-family: Helvetica, Arial;
22 font-size: small;
23 vertical-align: bottom;
25 </style>
26 <script type="text/javascript" src="popup.js"></script>
27 </head>
28 <body>
29 <div id="content">
30 <span id="heading" class="heading">Loading...</span>
31 </div>
32 </body>
33 </html>