File size: 342 Bytes
6a7089a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Lite Engine Test</title>
</head>
<body>
<h1>Lite Test Page</h1>
<form>
<input type="text" id="name" placeholder="Enter name">
<button type="button" id="btn">Click Me</button>
</form>
<p id="info">Static content for text extraction.</p>
</body>
</html>
|