2016-01-07 07:49:45 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<title>Searching text on the page</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<p>
|
|
|
|
foo<br/>
|
|
|
|
Foo<br/>
|
|
|
|
Bar<br/>
|
|
|
|
bar<br/>
|
2016-01-07 08:21:18 +01:00
|
|
|
blüb<br/>
|
|
|
|
baz<br/>
|
|
|
|
Baz<br/>
|
|
|
|
BAZ<br/>
|
2016-01-07 19:15:49 +01:00
|
|
|
space travel<br/>
|
|
|
|
/slash<br/>
|
2018-04-02 02:49:09 +02:00
|
|
|
-r reversed<br/>
|
2018-04-05 23:20:50 +02:00
|
|
|
;; semicolons<br/>
|
2017-05-09 09:11:25 +02:00
|
|
|
<a class="toselect" href="hello.txt">follow me!</a><br/>
|
2016-01-07 07:49:45 +01:00
|
|
|
</p>
|
|
|
|
</body>
|
|
|
|
</html>
|