Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data/index.html
blob: efb771afd8f8f8211b5a2db464a18c9b78af0606 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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>