Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'data/index.html')
-rw-r--r--data/index.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/data/index.html b/data/index.html
new file mode 100644
index 0000000..efb771a
--- /dev/null
+++ b/data/index.html
@@ -0,0 +1,14 @@
+<!doctype html>
+<html>
+<head>
+ <title>Web Activity</title>
+ <script src="enyo-2.0b4/enyo.js" type="text/javascript"></script>
+</head>
+<body>
+ <script type="text/javascript">
+ new enyo.Control({
+ content: "Hello from Web Activity"
+ }).write();
+ </script>
+</body>
+</html>