mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
13 lines
297 B
HTML
13 lines
297 B
HTML
<!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>
|