WitNote / tests /e2e /fixtures /lite-test.html
AUXteam's picture
Upload folder using huggingface_hub
6a7089a verified
<!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>