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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: src/site/samples/notifications/example/index.html
diff --git a/src/site/samples/notifications/example/index.html b/src/site/samples/notifications/example/index.html
new file mode 100644
index 0000000000000000000000000000000000000000..42590388da4bb9f9865eb619ed5499950b8e9206
--- /dev/null
+++ b/src/site/samples/notifications/example/index.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+
+<html>
+ <head>
+ <meta charset="utf-8">
+ <title>Using the Notifications API</title>
+ </head>
+ <body>
+ <button id="say-hello">Say hello!</button>
+
+ <script type="application/dart" src="notifications_sample.dart"></script>
+ <script src="packages/browser/dart.js"></script>
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698