blob: 65592eb163771bab1faf90c6936e94b89a22555e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<style type="text/css">
span.page-sep { visibility:hidden; }
</style>
</head>
<body>
עמוד <span>1<span class="page-sep"></span>2<span class="page-sep"></span>3</span>
</body>
</html>
|