Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/html/index.html
blob: e79c5a71c11b93fe23b1bd90ed9668ba4376e15f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!doctype html>
<html>
<head>
	<title>Enyo Activity</title>	
	<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">	
	<link href="enyo/enyo.css" rel="stylesheet" type="text/css" />	
	<script src="enyo/enyo.js" type="text/javascript"></script>
	<script src="package.js" type="text/javascript"></script>
	<link href="styles.css" rel="stylesheet" type="text/css" />	
</head>
<body>
<script type="text/javascript">
	new App().write();
</script>
</body>
</html>