FreekakeApp/assets/html/findwords/test.html
2025-07-04 16:04:09 +07:00

17 lines
310 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Test</title>
<script>
window.onload = function() {
document.body.innerHTML += '<p style="color:green;">✅ JS is working!</p>';
};
window.onload = showAlert;
</script>
</head>
<body>
<h1>Hello WebView</h1>
</body>
</html>