Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/html/index.html
blob: 4dd62a011f3f680b8a7a0d8d0e5fa696494e2b53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!doctype html>
<html>
<head>
	<title>Art4Apps library test using Enyo</title>
	<link href="enyo/enyo.css" rel="stylesheet" type="text/css" />	
	<script src="enyo/enyo.js" type="text/javascript"></script>
	<link href="styles.css" rel="stylesheet" type="text/css" />	
	<script src="package.js" type="text/javascript"></script>
</head>
<body>
<script type="text/javascript">
new TestArt4Apps().renderInto(document.body);
</script>
</body>
</html>