Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / chrome / test / data / extensions / api_test / notification_provider / test_app / window.html
blob9af9d34a0eab5575fa703026dbc92db3824f3020
1 <!DOCTYPE HTML>
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 <html>
6 <head>
7 <title>Notification Provider API Test</title>
8 <link rel="stylesheet" href="styles.css">
9 </head>
10 <body>
11 <h1>Notification Provider API Test</h1>
12 <p>This sample demonstrates the use of the notificationProvider API.</p>
13 <div id="notification_list">
14 <div class="notification" id="10000000">
15 <p><b>Notifications will be displayed in this format:</b></p>
16 <p>Notification ID: 10000000</p>
17 <p>Type: basic</p>
18 <p>Message: content goes here</p>
19 <br/>
20 </div>
21 </div>
22 <script src="main.js"></script>
23 </body>
24 </html>