blob: 64d4e5d371a0e29a4ec1d564b5fb5bca63f97ffa [file] [log] [blame]
<!DOCTYPE html>
<html lang="en">
<head>
<script src="cordova-2.1.0.js"></script>
<link rel="stylesheet" type="text/css" href="tizen.css" />
</head>
<body>
<script>
document.addEventListener('deviceready', function () {
// Cordova is ready, do all your stuf here
console.log("Cordova is ready for platform " + window.device.platform + " v" + window.device.version + "!");
}, false);
</script>
</body>
</html>