mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-20 10:33:36 +00:00
11 lines
206 B
HTML
11 lines
206 B
HTML
<!doctype html>
|
|
<html class='reftest-wait'>
|
|
<body>
|
|
<script>
|
|
var quality = undefined;
|
|
</script>
|
|
<script src='sample.js'></script>
|
|
<script src='dataurl.js'></script>
|
|
</body>
|
|
</html>
|