Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(434)

Side by Side Diff: src/site/samples/notifications/example/index.html

Issue 30853002: Added several more HTML5 samples (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2
3 <html>
4 <head>
5 <meta charset="utf-8">
6 <title>Using the Notifications API</title>
7 </head>
8 <body>
9 <button id="say-hello">Say hello!</button>
10
11 <script type="application/dart" src="notifications_sample.dart"></script>
12 <script src="packages/browser/dart.js"></script>
13 </body>
14 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698