Initial commit

This commit is contained in:
Aryan 2026-02-24 17:37:40 +05:30
commit 6072b2ba29
844 changed files with 220532 additions and 0 deletions

View file

@ -0,0 +1,13 @@
<!-- assets\test_chapter_1.html -->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Test Chapter 1</title>
</head>
<body>
<p id='first_para'>Hello World</p>
<p>This is a test chapter for UI testing.</p>
<p id='search_target'>You can search for the word Espresso.</p>
<p>Another paragraph with the word espresso but lowercase.</p>
</body>
</html>