blob: e309774d78ab693a7f78427467ebd089780b2983 (
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 { position:absolute; }
</style>
</head>
<body>
עמוד <span>1<span class="page-sep"></span>2<span class="page-sep"></span>3</span>
</body>
</html>
|