mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-02 07:30:08 +00:00
18 lines
294 B
HTML
18 lines
294 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
|
|
<div style="display:-moz-deck">
|
|
<div>
|
|
<span style="float: right; width: 0;">x</span>
|
|
</div>
|
|
<div style="position: relative;">
|
|
<span style="float: right;">
|
|
<span style="position: absolute;">y</span>
|
|
</span>
|
|
</div>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|