blob: bb93f96389a54ab886a39112467bfda61bdc6b24 [file] [log] [blame]
<!DOCTYPE html>
<html>
<script>
if (window.openDatabase) {
document.title = "websql available";
} else {
document.title = "websql not available";
}
</script>
</html>