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> |