9 lines
284 B
HTML
9 lines
284 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<link rel="match" href="page-name-abspos-001-print-ref.html"/>
|
|
<link rel="help" href="https://www.w3.org/TR/css-page-3/#using-named-pages"/>
|
|
<body>
|
|
<div>a</div>
|
|
<div style="page: b; position: absolute; right: 0; top: 0;">b</div>
|
|
</body>
|
|
</html>
|