mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-02 22:34:55 +00:00
11 lines
331 B
HTML
11 lines
331 B
HTML
<!DOCTYPE html>
|
|
<html class="reftest-wait"><head>
|
|
<meta name="viewport" content="width=device-width">
|
|
<style> html { direction: rtl; } </style>
|
|
</head>
|
|
<body onload="scrollTo(0,10000); document.documentElement.classList.remove('reftest-wait')">
|
|
<div style="width: 10px; height: 20000px; background: white;"></div>
|
|
</body>
|
|
</html>
|
|
|