sumeru
Version:
A Realtime Javascript RIA Framework For Mobile WebApp
14 lines (13 loc) • 402 B
HTML
<html>
<head>
<title>Sumeru App F/W</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta content="target-densitydpi=high-dpi,width=device-width,initial-scale=1" name="viewport" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<script src="sumeru.js"></script>
<script src="package.js"></script>
</head>
<body>
</body>
</html>